-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (129 loc) · 7.09 KB
/
index.html
File metadata and controls
136 lines (129 loc) · 7.09 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vivian Tran | vyarin</title>
<!-- ICON -->
<link rel="icon" type="image/png" href="img/icon/icon.png"/>
<!-- FONTS -->
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Noto+Sans+Arabic:wght@500&family=Noto+Sans+Bengali:wght@500&family=Noto+Sans+Devanagari:wght@500&family=Noto+Sans+JP:wght@500&family=Noto+Sans+KR:wght@500&family=Noto+Sans+TC:wght@500&family=Noto+Sans+Tamil:wght@500&display=swap" rel="stylesheet">
<!-- LOCOMOTIVE SCROLL -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.4/dist/locomotive-scroll.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.4/dist/locomotive-scroll.min.css">
<!-- GLOBAL PAGE STYLES -->
<link rel="stylesheet" href="./css/global/colors.css">
<link rel="stylesheet" href="./css/global/main.css">
<link rel="stylesheet" href="./css/global/nav.css">
<link rel="stylesheet" href="./css/global/footer.css">
<!-- PAGE-SPECIFIC STYLE -->
<link rel="stylesheet" href="./css/home.css">
<!-- GLOBAL SCRIPT -->
<script type="text/javascript" src="./js/main.js"></script>
<!-- PAGE-SPECIFIC SCRIPT -->
<script type="text/javascript" src="./js/home.js"></script>
</head>
<body>
<div id="contents" data-scroll-container>
<nav>
<div id="navigation" data-scroll-section>
<div id="global-menu">
<div id="menu-home">
<a href="https://vyarin.com/"><span id="nav-date">Aug. 2112</span> <span class="bar">|</span> vyarin.com</a>
</div>
<div id="menu-button">
<button type="button" id="menu-toggle">
<span class="hamburger-icon">
<span class="hamburger-inner">
</span>
</button>
</div>
</div>
<div id="menu-items">
<a href="https://vyarin.com/about"><span class="lower">About</span></a>
<a href="https://vyarin.com/projects"><span class="lower">Projects</span></a>
<a href="https://vyarin.com/art"><span class="lower">Art</span></a>
<a href="https://vyarin.com/contact"><span class="lower">Contact</span></a>
</div>
<div class="overflow-wrapper" aria-hidden="true">
<div id="mobile-menu-items" aria-expanded="false" aria-hidden="true">
<a href="https://vyarin.com/about"><span class="lower">About</span></a>
<a href="https://vyarin.com/projects"><span class="lower">Projects</span></a>
<a href="https://vyarin.com/art"><span class="lower">Art</span></a>
<a href="https://vyarin.com/contact"><span class="lower">Contact</span></a>
</div>
</div>
</div>
</nav>
<div class="h-line h-line-nav" data-scroll-section></div>
<main>
<div class="ads" data-scroll-section>
<img src="img/ads/apollo3.jpg">
<img src="img/ads/atari-1983-2.jpg">
<img src="img/ads/pctex1.png">
<img src="img/ads/xe-1-pro-fc1.png">
</div>
<div id="main-section">
<div class="section" data-scroll-section>
<div id="welcome-message" class="content">
<p id="dialogue-1" class="dialogue-1"><span id="greeting">hey</span>, welcome</p>
<p class="dialogue-2">what's this?</p>
</div>
<div id="home" class="content">
<div>
<div>
<h1 class="title" id="home-title"><span class="subword">vyarin</span><span class="emphasis">.</span>com</h1>
</div>
<div>
<p id="home-subtitle">I'm Vivian. I study computer engineering. I like signal processing, making digital art, cosplaying, and 3D modelling.</p>
</div>
</div>
<div id="home-buttons">
<a href="https://vyarin.com/projects"><button type="button" class="primary">Check out my projects</button></a>
<a href="#"><button type="button" class="secondary">And my resume</button></a>
</div>
</div>
</div>
<div class="section" data-scroll-section>
<div id="about" class="content">
<div id="about-img">
<img src="./img/home/nine.jpg" alt="A Pioneer spacecraft in space">
</div>
<div id="about-desc">
<div>
<h2 class="title">evidently, i am a swiss style enthusiast</h2>
</div>
<div class="description">
<p><span class="caps">Currently</span>, I am an undergraduate at the University of Waterloo. For my degree, I plan to focus on firmware development. Outside of school, I play the alto saxophone, draw manga and video game art, and occasionally build model kits. I also enjoy messing around with microcontrollers and graphics programming and generally coding anything that interests me. <a href="https://vyarin.com/about">Learn more about me.</a></p>
<p>I draw with an iPad on Procreate. I am forever running out of storage.</p>
<p><span class="small de-emphasis">Pioneer 9 is here cause I like it</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="ads" data-scroll-section>
<img src="img/ads/trains.jpg">
<img src="img/ads/seelex1.png">
<img src="img/ads/screeenstar1.png">
<img src="img/ads/sega1.jpg">
</div>
</main>
<footer>
<div id="footer" data-scroll-section>
<div id="footer-items">
<div id="footer-links">
<a href="https://github.com/vyarin">GitHub</a>
<a href="https://linkedin.com/in/vivianvytran">LinkedIn</a>
</div>
<p>
<span id="foot-date">17776</span> bibi anne
</p>
</div>
</div>
</footer>
</div>
</body>
</html>