-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (150 loc) · 6.74 KB
/
index.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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<title>ASTERIALAN</title>
<meta name="description" content="Illustrator. Designer. Daydreamer.">
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200,400,600' rel='stylesheet' type='text/css'>
<link href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.7.4/jquery.fullPage.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!-- FONT AWESOME ICONS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Fredoka+One|Pacifico|Poiret+One&display=swap" rel="stylesheet">
</head>
<body>
<!-- bar header -->
<div class="nav-header">
<div class="nav-brand">
</div>
<i class="fa fa-bars fa-3x"></i>
<div class="header-links">
<ul>
<li data-menuanchor="fourthPage"><a href="#contact">CONTACT</a></li>
<li data-menuanchor="thirdPage"><a href="#portfolio">PORTFOLIO</a></li>
<li data-menuanchor="secondPage"><a href="#about">ABOUT</a></li>
</ul>
</div>
</div>
</div>
<!-- end navbar header -->
<!-- sidebar slider -->
<div class="nav-screen">
<i class="fa fa-times fa-3x"></i>
<div class="nav-container">
<div class="nav-links">
<ul id='myMenu'>
<li data-menuanchor="secondPage"><a href="#about">ABOUT</a></li>
<li data-menuanchor="thirdPage"><a href="#portfolio">PORTFOLIO</a></li>
<li data-menuanchor="fourthPage"><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<!-- end navbar slider -->
<!-- begin fullpage -->
<div id="fullpage">
<!-- begin section -->
<div class="section aboutme" data-anchor="aboutme">
<div class="opaque-bg animated fadeInDown">
<h1 class="name" wer="color:white">Asteria Lan</h1>
<p><span id="holder"></span>
<span class="blinking-cursor">|</span></p>
</div>
<i id="moveDown" class="fa fa-chevron-down fa-3x bounce"></i>
</div>
<!-- end section -->
<!-- begin section -->
<div class="section" data-anchor="skills">
<div class="content">
<h1 class="wow fadeInDown" data-wow-delay="0.2s">ABOUT ME</h1>
<h2 class="wow fadeInDown" data-wow-delay="0.2s">Hello! I am Asteria Lan, a digital illustrator currently based in Baltimore, MD. <br> I create digital illustrations based on mythology, urban scenery and pop culture. <br> I also translate short stories and design board games. </h2>
</div>
</div>
<!-- end section -->
<!-- begin section -->
<div class="section fp-auto-height" data-anchor="projects">
<div class="content">
<div class="item">
<div class="image">
<a href="https://www.artstation.com/asterialan"><img src="https://i.loli.net/2019/12/08/Llbtr4NYnyxTv7M.jpg" alt="View on ArtStation"></a>
</div>
<!-- image -->
<!-- content -->
</div>
<!-- container -->
</div>
<!-- end section -->
<!-- begin section -->
<div class="section" data-anchor="contact">
<div class="content wow fadeInDown" data-wow-delay="0.2s">
<h1>CONTACT ME</h1>
<p>I'd love to hear from you!</p>
<br>
<div class="contact-form">
<div id="form-messages"></div>
<form id="ajax-contact" method="post" role="form" action="contact.php" data-toggle="validator">
<div class="form-group has-feedback wow fadeInLeft" data-wow-delay="0.6s" >
<input type="text" class="form-control" id="name" name="name" placeholder="NAME" data-error="Field can't be blank!" required>
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
<div class="help-block with-errors"></div>
</div>
<div class="form-group has-feedback wow fadeInRight" data-wow-delay="0.8s" >
<input type="email" class="form-control" id="email" name="email" placeholder="EMAIL" data-error="Field can't be blank!" required>
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
<div class="help-block with-errors"></div>
</div>
<div class="form-group has-feedback wow fadeInLeft" data-wow-delay="1s">
<textarea data-minlength="10" class="form-control" id ="message" name="message" placeholder="MESSAGE" data-error="Minimum of 10 characters" required></textarea>
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
<div class="help-block with-errors"></div>
</div>
<div class="hidden">
<input type="text" class="form-control" id="human" name="human" placeholder="">
</div>
<div class="wow fadeInUp" data-wow-delay="1s">
<button type="submit" id="submit" name="submit" class="btn btn-lg">SEND MESSAGE</button>
</div>
</form>
<br>
</div>
</div>
</div>
<!-- end section -->
<!-- begin section -->
<div class="section fp-auto-height" >
<div class="footer">
<p>CONNECT WITH ME</p>
<div class="social-links" >
<span>
<a href="https://www.linkedin.com/in/aster-wang-1a80b2108/" target="_blank"><i class="fa fa-linkedin fa-2x" style="color: yellow"></i>
</a>
</span>
<span><a target="_blank" href="https://twitter.com/FWAsteria" target="_blank"><i class="fa fa-twitter fa-2x" style="color: yellow"></i></a></span>
<span><a href="#"><i class="fa fa-instagram fa-2x"* style="color: yellow"></i></a></span>
</div>
</div>
</div>
<!-- end section -->
</div>
<!-- end fullpage -->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/parallax-theme/assets/wow.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.7.4/jquery.fullPage.min.js"></script>
<script src="js/GridHorizontal.js"></script>
</body>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>