-
Notifications
You must be signed in to change notification settings - Fork 0
/
temp.html
executable file
·37 lines (36 loc) · 1.36 KB
/
temp.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montez" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Lekton" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Lekton" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="css/sweetalert.css">
<link rel="stylesheet" type="text/css" href="css/temp.css">
<script src="js/jquery.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/sweetalert.min.js"></script>
</head>
<body>
<div id="page" class="animated fadeInDown">
<div class="section">
<h1 id="name" class="center-align">Name of Person<sub>< nick / ></sub></h1>
</div>
<div id="image" class="section row">
<img class="circle" src="img/image.jpg">
</div>
<div id="summary" class="section row">
<div class="col m6 offset-m3">
<p>
</p>
</div>
</div>
<div id="links" class="section row"></div>
</div>
</body>
<script src="js/index.js"></script>
</html>