-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathart.html
More file actions
121 lines (110 loc) · 5.46 KB
/
art.html
File metadata and controls
121 lines (110 loc) · 5.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vivian Tran | art</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/art.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>
</div>
<div class="main-section">
<div class="section" data-scroll-section>
<h1 class="title page-title">under construction! come back soon ( -'v'- )</h1>
<!-- <div id="art" class="content">
<div class="gallery">
<div class="tile">
<img src="./img/art/marisa.jpeg">
</div>
<div class="tile">
<img src="./img/art/nijika.png">
</div>
<div class="tile">
<img src="./img/art/miku.jpeg">
</div>
<div class="tile">
<img src="./img/home/nine.jpg">
</div>
</div>
<div id="commissions">
<div class="h-line"></div>
<h1>Like what you see? Commission me!</h1>
<p>Email me at <a href="mailto:">commissions@</a> for all inquiries</p>
<div class="h-line"></div>
</div>
<div class="gallery">
</div>
</div> -->
</div>
</div>
<div class="ads" data-scroll-section>
</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>