-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
99 lines (91 loc) · 4.55 KB
/
Copy pathcontact.html
File metadata and controls
99 lines (91 loc) · 4.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vivian Tran | contact</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 -->
</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/perforce1.png">
</div>
<div class="main-section">
<div class="section" data-scroll-section>
<h1 class="title page-title">points of communication</h1>
<p>reach me by email: use v25tran at the domain uwaterloo dot ca</p>
<p>connect with me on LinkedIn: vivianvytran</p>
<p>view my Github: vyarin</p>
</div>
</div>
<div class="ads" data-scroll-section>
<img src="img/ads/atari-1983-2.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>