-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (93 loc) · 4.57 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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>My New Hugo Site</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.31.1" />
<link rel="icon" href="/images/icons/favicon.ico" type="image/x-icon" sizes="16x16 32x32" />
<link rel="apple-touch-icon-precomposed" href="/images/icons/apple.png" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/page.css" />
<link rel="stylesheet" href="/assets/css/font-awesome.min.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="/images/avatars/Gloria.JPG" alt="avatar" height="130" width="130" ></span>
<h1 class="name">
Gloria
</h1>
<h5 class=location>Lives in <a href="#some-maps-url">Beijing, China</a></h5>
<h2 class="position">undergraduate student of South China University Of Technology</h2>
<ul>
<li>Academic Research for <a href="#">Projects</a></li>
<li>Essence of Life for <a href="#">Life Story</a></li>
<li>Seize the moment for <a href="#">Photography</a></li>
</ul>
<span class="biography">#Carpe Diem./
Everyday is the right time to learnthe amazing universe and make you become better again.</span>
</header>
<footer>
<ul class="icons">
<li><a href="#" class="fa-twitter" target="_blank">Twitter</a></li>
<li><a href="#" class="fa-instagram" target="_blank">Instagram</a></li>
<li><a href="#" class="fa-facebook" target="_blank">Facebook</a></li>
</ul>
<hr />
<h2>Touch Me!</h2>
<form action="https://formspree.io/[email protected]" method="post" name="sentMessage" id="contactForm" novalidate>
<input type="text" name="_gotcha" style="display:none" />
<div class="field">
<input name="name" id="name" data-validation="required" placeholder="Name" />
</div>
<div class="field">
<input type="email" name="email" id="email" data-validation="required" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" data-validation="required" placeholder="Message" rows="4"></textarea>
</div>
<div class="text-success" id="success" style="display:none;">
Thank you for contacting me.
</div>
<div class="text-danger" id="error" style="display:none;">
Message could not be send. Please contact me at
</div>
<ul class="actions">
<li><button type="submit"
>Send it</button></li>
</ul>
</form>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>©
Innovation inc
</li>
<li>
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA-4.0</a>
</li>
</ul>
<ul class="credit copyright">
<li>Design by <a href="https://html5up.net">HTML5UP</a></li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<!-- Form Validation -->
<script src="https://gloriabhsfer.github.io/assets/js/jquery-v3.3.1/jquery.min.js"></script>
<script src="https://gloriabhsfer.github.io/assets/js/bootstrap-v3.3.7/bootstrap.min.js" async defer></script>
<script src="https://gloriabhsfer.github.io/assets/js/jquery.form-validator-v2.3.44/jquery.form-validator.min.js" async defer></script>
<script src="https://gloriabhsfer.github.io/assets/js/contact.js" async defer></script>
</body>
</html>