-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (92 loc) · 3.68 KB
/
index.html
File metadata and controls
111 lines (92 loc) · 3.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Chelsey A. Frank</title>
<!-- Font -->
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="container">
<div class="row header-row">
<div class="col-lg-12 text-right">
<div class="intro-message">
<h1>Chelsey Frank</h1>
<hr class="intro-divider">
</div>
</div>
</div>
<div class="row body-row">
<div class="col-lg-12 text-right">
<ul>
<li>Cyclist</li>
<li>Gardener</li>
<li>Painter</li>
<li><a href="https://500px.com/chelfrank">Photographer</a></li>
<li>Software engineer</li>
<li>Residing in San Francisco</li>
<li>Working @ <a href="https://www.shyp.com/">Shyp</a></li>
</ul>
</div>
</div>
<div class="row footer-row">
<div class="col-lg-12 text-right">
<ul class="list-inline intro-social-buttons">
<li>
<a href="mailto:chelseyafrank@gmail.com" class="btn btn-default btn-social btn-lg" title="Email">
<span class="fa fa-envelope-o fa-social fa-lg"></span>
</a>
</li>
<li>
<a href="http://www.linkedin.com/in/chelseyafrank/" class="btn btn-default btn-social btn-lg" title="LinkedIn">
<span class="fa fa-linkedin fa-social fa-lg"></span>
</a>
</li>
<li>
<a href="http://www.github.com/chelsey" class="btn btn-default btn-social btn-lg" title="Github">
<span class="fa fa-github fa-social fa-lg"></span>
</a>
</li>
<li>
<a href="http://www.flickr.com/photos/chelfrank/sets" class="btn btn-default btn-social btn-lg" title="Flickr">
<span class="fa fa-flickr fa-social fa-lg "></span>
</a>
</li>
<!-- <li>
<a href="http://www.flickr.com/photos/chelfrank/sets" class="btn btn-default btn-social btn-lg" title="500px">
<span class="fa fa-500px fa-social fa-lg "></span>
</a>
</li> -->
<!-- <li class="instagram-li">
<a href="http://www.instagram.com/chelfrank" class="btn btn-default btn-social btn-lg" title="Instagram">
<span class= "fa fa-instagram fa-social fa-lg"></span>
</a>
</li> -->
<li>
<a href="http://www.twitter.com/chelseyfrank" class="btn btn-default btn-social btn-lg" title="Twitter">
<span class="fa fa-twitter fa-social fa-lg "></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- jQuery Version 1.11.0 -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!-- Custon JS -->
<script src='js/index.js'></script>
</body>
</html>