-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome-portfolio-personal-1.html
More file actions
150 lines (150 loc) · 7.92 KB
/
home-portfolio-personal-1.html
File metadata and controls
150 lines (150 loc) · 7.92 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Stack Multipurpose HTML Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Site Description Here">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/jquery.steps.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class=" ">
<a id="start"></a>
<div class="nav-container ">
<nav class="bar bar-4 bar--transparent bar--absolute" data-fixed-at="200">
<div class="container">
<div class="row">
<div class="col-lg-1 col-md-2 col-md-offset-0 col-4">
<div class="bar__module">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/logo-dark.png" />
<img class="logo logo-light" alt="logo" src="img/logo-light.png" />
</a>
</div>
<!--end module-->
</div>
<div class="col-lg-4 col-lg-offset-0 col-md-5 col-md-offset-0 col-8 col-offset-2">
<div class="bar__module">
<a class="btn btn--sm type--uppercase" href="#">
<span class="btn__text">
Try Builder
</span>
</a>
<a class="btn btn--sm btn--primary type--uppercase" href="#">
<span class="btn__text">
Buy Now
</span>
</a>
</div>
<!--end module-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
<!--end bar-->
</div>
<div class="main-container">
<section class="imageblock switchable feature-large">
<div class="imageblock__content col-lg-6 col-md-4 pos-right">
<div class="background-image-holder">
<img alt="image" src="img/personal-1.jpg" />
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-7">
<h1>Marc Hammond</h1>
<p class="lead">Self-taught designer-developer available for hire. Hailing from Melbourne, Florida
<img alt="flag" src="img/flag-1.png" />.
</p>
<ul class="social-list list-inline list--hover">
<li>
<a href="#">
<i class="socicon socicon-github icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-dribbble icon icon--xs"></i>
</a>
</li>
<li data-tooltip="@marchammond">
<a href="#">
<i class="socicon socicon-instagram icon icon--xs"></i>
</a>
</li>
<li data-tooltip="hello@me.com">
<a href="#">
<i class="socicon socicon-mail icon icon--xs"></i>
</a>
</li>
</ul>
<div class="heading-block"></div>
<a href="#" class="block">
<div class="feature feature--featured boxed boxed--border bg--secondary">
<span class="label">Current</span>
<h5>City Mapper</h5>
<p>
Lead designer for a public transport companion app, relied on by over 2 million commuters.
</p>
</div>
<!--end feature-->
</a>
<a href="#" class="block">
<div class="feature boxed boxed--border bg--secondary">
<h5>Roomy</h5>
<p>
Front-end development on a reliable review database for prospective NYC renters.
</p>
</div>
<!--end feature-->
</a>
<a href="#" class="block">
<div class="feature boxed boxed--border bg--secondary">
<h5>vent.js</h5>
<p>
A small, lightweight plugin for embedding reviews. Currently maintained by a small team — headed up by me.
</p>
</div>
<!--end feature-->
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/jquery.steps.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>