mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 19:02:12 -05:00
New logo, New link and Updated Deps
This commit is contained in:
parent
0ea2d6d6e7
commit
b176b9633e
8 changed files with 1182 additions and 844 deletions
22
package.json
22
package.json
|
@ -13,22 +13,22 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"next": "^13.0.0",
|
||||
"next": "^13.4.4",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"three": "^0.145.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/analytics": "^0.1.1",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-next": "^13.0.0",
|
||||
"postcss": "^8.4.18",
|
||||
"tailwindcss": "^3.2.0"
|
||||
"@vercel/analytics": "^1.0.1",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-next": "^13.4.4",
|
||||
"postcss": "^8.4.24",
|
||||
"tailwindcss": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
import Meta from '../components/meta'
|
||||
import Image from "next/image";
|
||||
|
||||
export default function AboutMe() {
|
||||
export default function About() {
|
||||
return (
|
||||
<div>
|
||||
<Meta title="About Me" description="About Andrew Lee"/>
|
||||
<div className="font-hack bg-material-gray text-white px-5 py-6 space-y-5 flex flex-col">
|
||||
<div className="font-hack bg-material-gray text-white px-5 py-6 flex flex-row">
|
||||
<div className="bg-gray-600 px-10 py-5">
|
||||
<div className="font-bold">
|
||||
<Image src="/Alee.png" alt="Alee Logo" width={128} height={128} />
|
||||
<h1 className="text-center text-xl">Andrew Lee</h1>
|
||||
<h2>Age: 18</h2>
|
||||
<h2>Location: Montreal, Canada</h2>
|
||||
<h2>Description</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div className="bg-green-500">
|
||||
<h1>Test 1</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
|
@ -84,7 +84,7 @@ export default function OsftSoftwareArchive() {
|
|||
<p>SHA256: c7ad3f799f14e610f8931f87e2612385ec39e2662308e7005e10715f9e94c6a0</p>
|
||||
</div>
|
||||
<div className="flex-col space-x-5">
|
||||
<button className="button"><a href="/uploads/OSFT-Software-Archive.zip">Download Archive</a></button>
|
||||
<button className="button"><a href="https://cloud.alee14.me/s/GjwJeNb8JBCbaHw">Download Archive</a></button>
|
||||
</div>
|
||||
<div className="text-center pb-2">
|
||||
<Link href="/"><button className="button">Return Homepage</button></Link>
|
||||
|
|
|
@ -18,12 +18,12 @@ export default function Home() {
|
|||
<div className="announcement"><p>You are using the development version of this site! Certain features are hidden from the public...</p></div>
|
||||
)}
|
||||
<div className="text-center flex flex-col gap-4 justify-center items-center h-screen w-screen">
|
||||
<Image src="/Alee.svg" alt="Alee Logo" width={210} height={210} />
|
||||
<Image src="/Alee.png" alt="Alee Logo" className="rounded-full" width={230} height={230} />
|
||||
<h1 className="text-4xl font-bold">Andrew Lee</h1>
|
||||
<h2 className="sm:text-xl text-lg font-bold">Computer Geek, Programmer, Content Creator</h2>
|
||||
<div className="sm:scale-100 scale-75 flex-row space-x-12 p-2">
|
||||
<a href="https://github.com/Alee14" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faGithub} size={iconSize} className={iconProperties} /></a>
|
||||
{/*<a href="https://www.linkedin.com/in/andrew-lee-982b3b23a" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faLinkedin} size={iconSize} className={iconProperties} /></a>*/}
|
||||
<a href="https://www.linkedin.com/in/AndrewLeeCAN" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faLinkedin} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://paypal.me/alee14498" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faPaypal} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://discord.gg/EFhRDqG" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faDiscord} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://www.youtube.com/@AndrewLeeCAN" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faYoutube} size={iconSize} className={iconProperties} /></a>
|
||||
|
@ -45,8 +45,8 @@ export default function Home() {
|
|||
<h2 className="text-lg font-normal drop-shadow-lg">Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a> for anything.</h2>
|
||||
</div>
|
||||
<div className="text-center justify-center font-bold pb-5 flex flex-col space-y-3">
|
||||
<p>© Copyright 2018-2022 Andrew Lee</p>
|
||||
<p>Created using <a href="https://nextjs.org" className="link" target="_blank" rel="noopener noreferrer">Next.js</a>, and <a href="https://tailwindcss.com" className="link" target="_blank" rel="noopener noreferrer">Tailwind CSS</a>. Hosted on <a href="https://www.netlify.com" className="link" target="_blank" rel="noopener noreferrer">Netlify</a>.</p>
|
||||
<p>© Copyright 2018-2023 Andrew Lee</p>
|
||||
<p>Created using <a href="https://nextjs.org" className="link" target="_blank" rel="noopener noreferrer">Next.js</a>, and <a href="https://tailwindcss.com" className="link" target="_blank" rel="noopener noreferrer">Tailwind CSS</a>. Hosted on <a href="https://www.vercel.com" className="link" target="_blank" rel="noopener noreferrer">Vercel</a>.</p>
|
||||
<p>Using <a href="https://fontawesome.com" className="link">FontAwesome</a> as the main icon style for this site.</p>
|
||||
<p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link" target="_blank" rel="noopener noreferrer">GNU General Public License v3</a></p>
|
||||
<p className="link"><a href="https://github.com/Alee14/personal-website" target="_blank" rel="noopener noreferrer">The source code of this website is publicly available</a></p>
|
||||
|
|
BIN
public/Alee.png
Executable file
BIN
public/Alee.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
219
public/Alee.svg
219
public/Alee.svg
|
@ -1,219 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="Alee.svg"
|
||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 270.93334 270.93334"
|
||||
height="1024"
|
||||
width="1024"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs2">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter3581"
|
||||
x="-0.060000002"
|
||||
width="1.12"
|
||||
y="-0.060000002"
|
||||
height="1.12">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="11.72299"
|
||||
id="feGaussianBlur3583" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4530"
|
||||
id="linearGradient4532"
|
||||
x1="4.1577382"
|
||||
y1="58.875"
|
||||
x2="199.57143"
|
||||
y2="241.81548"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.56283301,0,0,0.56283301,117.90636,-8.7588788)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4530">
|
||||
<stop
|
||||
style="stop-color:#0b7f1f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4526" />
|
||||
<stop
|
||||
style="stop-color:#165016;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4528" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
height="1.1833685"
|
||||
y="-0.091685231"
|
||||
width="1.263822"
|
||||
x="-0.1319122"
|
||||
id="filter2757"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
inkscape:collect="always">
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur2759"
|
||||
stdDeviation="4.0527743"
|
||||
inkscape:collect="always" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient836"
|
||||
id="linearGradient2879"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.06899162,0,0,0.06899162,218.68925,132.33277)"
|
||||
x1="-376.76666"
|
||||
y1="-189.83333"
|
||||
x2="536.57501"
|
||||
y2="915.06665" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient836">
|
||||
<stop
|
||||
style="stop-color:#ffcfaf;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop832" />
|
||||
<stop
|
||||
style="stop-color:#e0963c;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop834" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="166"
|
||||
inkscape:window-x="439"
|
||||
inkscape:window-height="930"
|
||||
inkscape:window-width="1333"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="607.10168"
|
||||
inkscape:cx="452.54834"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1">
|
||||
<g
|
||||
id="g3746"
|
||||
transform="matrix(2.7817244,0,0,2.7817242,-340.78138,-55.278158)"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<path
|
||||
sodipodi:arc-type="arc"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="6.2105971"
|
||||
sodipodi:start="0"
|
||||
sodipodi:ry="48.673847"
|
||||
sodipodi:rx="48.673847"
|
||||
sodipodi:cy="68.570229"
|
||||
sodipodi:cx="171.20662"
|
||||
sodipodi:type="arc"
|
||||
id="path817"
|
||||
style="fill:#000c80;fill-opacity:1;stroke-width:0.224156"
|
||||
d="m 219.88047,68.570229 a 48.673847,48.673847 0 0 1 -47.79061,48.665831 48.673847,48.673847 0 0 1 -49.52503,-46.899646 48.673847,48.673847 0 0 1 45.99324,-50.36792 48.673847,48.673847 0 0 1 51.19422,45.071689" />
|
||||
<path
|
||||
sodipodi:arc-type="arc"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="6.2630301"
|
||||
sodipodi:start="0"
|
||||
sodipodi:ry="234.45979"
|
||||
sodipodi:rx="234.45979"
|
||||
sodipodi:cy="247.62526"
|
||||
sodipodi:cx="108.54987"
|
||||
sodipodi:type="arc"
|
||||
id="path819-8"
|
||||
style="fill:#191919;fill-opacity:1;stroke-width:1.78393;filter:url(#filter3581)"
|
||||
transform="matrix(0.18545219,0,0,0.18545219,151.07581,22.647585)"
|
||||
d="M 343.00967,247.62526 A 234.45979,234.45979 0 0 1 109.73126,482.08208 234.45979,234.45979 0 0 1 -125.89801,249.98801 234.45979,234.45979 0 0 1 105.00582,13.192253 234.45979,234.45979 0 0 1 342.96205,242.89999" />
|
||||
<path
|
||||
sodipodi:arc-type="arc"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="6.2630301"
|
||||
sodipodi:start="0"
|
||||
sodipodi:ry="43.481083"
|
||||
sodipodi:rx="43.481083"
|
||||
sodipodi:cy="68.570229"
|
||||
sodipodi:cx="171.20662"
|
||||
sodipodi:type="arc"
|
||||
id="path819"
|
||||
style="fill:url(#linearGradient4532);fill-opacity:1;stroke-width:0.330834"
|
||||
d="m 214.6877,68.570229 a 43.481083,43.481083 0 0 1 -43.26199,43.480531 43.481083,43.481083 0 0 1 -43.69797,-43.042354 43.481083,43.481083 0 0 1 42.82163,-43.914293 43.481083,43.481083 0 0 1 44.1295,42.599805" />
|
||||
<text
|
||||
id="text1825-5"
|
||||
y="68.570229"
|
||||
x="169.15158"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.95665px;line-height:1.25;font-family:Play;-inkscape-font-specification:Play;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.148916"
|
||||
xml:space="preserve"><tspan
|
||||
style="stroke-width:0.148916"
|
||||
y="68.570229"
|
||||
x="169.15158"
|
||||
id="tspan1823-6"
|
||||
sodipodi:role="line"> </tspan></text>
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1;filter:url(#filter2757)"
|
||||
transform="matrix(0.56283301,0,0,0.56283301,117.90631,-9.0280997)"
|
||||
id="g2848">
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.0324324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 61.638257,144.54859 c 0,0 -1.059352,-0.79936 -1.790579,-2.7482 -0.943463,-2.51449 -1.642514,-6.72702 -1.975626,-11.3478 -0.595253,-8.25715 1.410004,-18.85233 6.518188,-27.73412 10.18233,-17.704417 29.996601,-17.979612 29.996601,-17.979612 0,0 15.336349,-0.131995 26.254479,9.438702 2.77779,2.43498 4.42026,6.044 6.44823,9.80223 9.99885,18.53001 0.3627,35.91824 0.3627,35.91824 l -4.53228,-18.64239 -7.24711,-11.64397 -7.43503,-4.9716 -11.627655,-0.84661 -12.842363,-0.16156 -9.214109,5.89786 -7.026301,9.2663 -4.231361,10.22206 z"
|
||||
id="path840"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cssscsscccccccccc" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.0324835;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 61.493346,148.34011 c 0.541436,10.85356 2.21244,22.31904 12.119577,31.85713 1.342894,1.37695 2.661829,2.54681 4.198262,3.74285 3.41555,2.65889 7.401962,4.94871 12.274455,6.29138 7.884666,2.1727 13.66735,-0.45159 19.92227,-5.25482 3.56187,-2.73516 6.79144,-6.17048 9.59468,-9.82412 7.43471,-9.69012 8.09346,-22.25628 8.09346,-22.25628 0,0 0.48284,-5.06217 -0.002,-12.38993 -0.91355,-13.79678 -7.01544,-34.03316 -20.72921,-36.13666 -14.032933,-2.15246 -24.763708,-3.43379 -31.484783,4.15347 -3.358621,3.79147 -7.730349,7.55778 -10.712256,15.6608 -0.480493,1.30567 -1.174498,2.48357 -1.312643,3.70972 -2.14453,19.03442 -1.961425,20.44646 -1.961425,20.44646 z"
|
||||
id="path830"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccsssscssssscc" />
|
||||
</g>
|
||||
<g
|
||||
id="g2755"
|
||||
transform="translate(-47.394949,-72.027256)">
|
||||
<path
|
||||
style="display:inline;fill:#000000;stroke:#000000;stroke-width:0.018254px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 200.02968,144.36836 c 0,0 -0.63257,-0.46233 -1.04413,-1.5592 -0.53101,-1.41524 -0.92446,-3.78619 -1.11194,-6.38692 -0.33503,-4.6474 0.79359,-10.61071 3.66865,-15.60968 5.73095,-9.96463 16.88307,-10.11952 16.88307,-10.11952 0,0 8.63181,-0.0743 14.77689,5.31242 1.56343,1.37048 2.48787,3.40176 3.62928,5.51701 5.62768,10.42931 0.20414,20.21597 0.20414,20.21597 l -2.55092,-10.49255 -4.07891,-6.55361 -4.18468,-2.79818 -6.54443,-0.4765 -7.22811,-0.0909 -5.186,3.31951 -3.95464,5.21538 -2.38154,5.75331 z"
|
||||
id="path840-5"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cssscsscccccccccc" />
|
||||
<path
|
||||
style="display:inline;fill:url(#linearGradient2879);fill-opacity:1;stroke:#000000;stroke-width:0.0182828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 199.91179,146.48993 c 0.30474,6.10874 1.24523,12.56189 6.8213,17.93024 0.75582,0.77499 1.49816,1.43343 2.36292,2.1066 1.92238,1.49651 4.16607,2.7853 6.90847,3.541 4.43775,1.22286 7.69243,-0.25417 11.21291,-2.95759 2.00474,-1.53944 3.82244,-3.47295 5.4002,-5.52934 4.1845,-5.45392 4.55527,-12.52657 4.55527,-12.52657 0,0 0.27175,-2.84915 -10e-4,-6.97346 -0.51417,-7.76528 -3.94852,-19.15499 -11.66708,-20.3389 -7.8982,-1.21148 -13.93783,-1.93266 -17.72068,2.33771 -1.89034,2.13396 -4.35089,4.25376 -6.02921,8.81441 -0.27043,0.73487 -0.66104,1.39784 -0.7388,2.08795 -1.20701,10.7132 -1.10395,11.50795 -1.10395,11.50795 z"
|
||||
id="path830-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccsssscssssscc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
Loading…
Reference in a new issue