-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
92 lines (86 loc) · 2.98 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>linda lee | ༊*·˚ about ✧.*˚</title>
<link
rel="icon"
href="https://cdn.glitch.global/accc715d-d5ce-444a-9d70-22cba97cf560/aster.svg?v=1696205650544"
/>
<!-- ༊*·˚ linda's portfolio ✧.*˚-->
<link rel="stylesheet" href="/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Shrikhand&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
"/>
</head>
<body>
<div class="cursor"></div>
<nav>
<div class="logo">
<h3>Linda ༊*· Lee</h3>
</div>
<ul class="nav-links">
<li><a href="/"> Home </a></li>
<li><a href="about.html"> About </a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html"> Contact</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="container">
<div class="spotlight">
<h1>༊*·˚ About Me... ✧.*˚</h1>
<p>
I've been doing this for 2 years, give or take. It's absolutely fun.
<br />
A student by day, a web designer by night. <a href="#about-begins">⇣</a>
</p>
</div>
<div id="about-begins" class="about-contents">
<img src="https://cdn.glitch.global/accc715d-d5ce-444a-9d70-22cba97cf560/IMG_1330.jpeg?v=1715998884873" alt="profile" />
<div class="desc">
<h2>
*:・゚ Biography ✧*:・゚
</h2>
<p>
Growing up in the
heart of Vancouver, a city known for its
diverse artistic culture, encouraged me
to explore my creative side. I've gravitated toward
visual design ever since I was young, and this, in
combination with my interest in technology,
led me to web design.
</p>
</div>
</div>
</div>
<div class="loader"></div>
<script src="/script.js" defer></script>
</body>
<footer>
<div class="foot">
<p>
you've reached the bottom!
<br>
click <a href="#top">⇡</a> to scroll up.
</p>
</div>
<div class="socials">
<a class="social-icon fa fa-envelope-o" href="mailto:llee008844@gmail.com"></a>
<a class="social-icon fa fa-github" href="https://github.com/commit111" target="blank"></a>
<a class="social-icon fa fa-linkedin-square" href="https://www.linkedin.com/in/linda-in-cs/" target="blank"></a>
</div>
</footer>
</html>