-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (145 loc) · 8.08 KB
/
index.html
File metadata and controls
173 lines (145 loc) · 8.08 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Sam Nagourney | Web Developer">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow" rel="stylesheet">
<script src="vendors/js/jquery-3.2.1.min.js"></script>
<script src="vendors/js/typeit.min.js"></script>
<script src="vendors/js/jquery.scrollTo.min.js"></script>
<script src="vendors/js/jquery.localScroll.min.js"></script>
<script src="resources/js/index.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98444227-1', 'auto');
ga('send', 'pageview');
</script>
<title>Sam Nagourney | Web Developer</title>
</head>
<body>
<header>
<nav>
<div class="row header">
<div class="name">
<h1>SAM NAGOURNEY</h1>
</div>
<div class="nav">
<ul >
<li><a href="#about">ABOUT</a></li>
<li><a href="#portfolio">PROJECTS</a></li>
<li><a href="https://github.com/samnags" target=_blank>GITHUB</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="hero-box">
<div id="header-type"></div>
</div>
<div class="directions-box">
<a href="#about"><i class="directions icon-hidden icon ion-chevron-down"></i></a>
</div>
</header>
<section id="about" class="about">
<div class="row box">
<div class="col span-1-of-2">
<i class="icon ion-code size-24"></i>
<h2>Developer</h2>
<p>I'm a full-stack developer with experience in JavaScript, Ruby, HTML, and CSS. My frameworks/libraries of choice are React, Rails, and Redux, but I love learning and adding to my skillset. I've worked extensively with Node, Express, PostgresSQL, MongoDB, ActiveRecord, Mongoose, and jQuery. For testing, I enjoy Mocha and RSpec. I'm excited to explore Meteor, graphQL, and Docker.</p>
</div>
<div class="col span-1-of-2">
<i class="icon ion-speakerphone size-48"></i>
<h2>Campaign Strategist</h2>
<p>I've worked on numerous political and issue campaigns, including New York's Mayor de Blasio, Manhattan Borough President Gale Brewer, and Congressman Jerry Nadler, among others. I've built coalitions to advocate for legislative change at the federal and local level on issues such as patent reform and electronic communications privacy, and on behalf of tech companies like Airbnb and Lyft.</p>
</div>
</div>
</section>
<section id="portfolio" class="portfolio">
<div class="row">
<h2>Portfolio</h2>
</div>
<div class="portfolio-photo">
<div class="row">
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="https://city-council-react.herokuapp.com/" target=_blank><img src="resources/css/images/citycouncil-min.jpeg" alt="A-Council-bility"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="https://github.com/debug-the-future" target=_blank><img src="resources/css/images/newsspark.jpeg" alt="NewsSpark"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="http://www.international-exchange.herokuapp.com" target=_blank><img src="resources/css/images/incaseoftrump.jpeg" alt="In Case of Trump"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="http://www.bermudaairportfacts.com/" target=_blank><img src="resources/css/images/bermuda-min.jpeg" alt="Bermuda Airport Facts"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="http://hellopantry.com" target=_blank><img src="resources/css/images/hellopantry1.jpeg" alt="HelloPantry"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
<div class="col span-1-of-2">
<div class="portfolio-photo outer-box">
<a href="http://smalltalklog.herokuapp.com/" target=_blank><img src="resources/css/images/smalltalk1.jpeg" alt="SmallTalk"></a>
<div class="inner-box">
<h5 class="box-text-hidden">LEARN MORE</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="row">
<div class="contact-content comms-content" >
<h2>Let's talk</h2>
<i class="icon ion-email"></i><h6>sam.nagourney (AT) gmail (DOT) com</h6>
</div>
</div>
</section>
<section class="footer">
<div class="row footer-content">
<a href="https://www.linkedin.com/in/samnagourney" target=_blank><i class="icon ion-social-linkedin-outline"></i></a>
<a href="https://github.com/samnags/" target=_blank><i class="icon ion-social-github-outline"></i></a>
<a href="https://twitter.com/samnags/" target=_blank><i class="icon ion-social-twitter-outline"></i></a>
</div>
</section>
</body>
</html>