-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·222 lines (194 loc) · 9.97 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Evan Besser</title>
<link rel="shortcut icon" type="image/png" href="img/logo.png"/>
<!-- Bootstrap Core CSS -->
<link href="responsive.css" rel="stylesheet" type="text/css">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Custom Theme CSS -->
<link href="css/style.css" rel="stylesheet">
<script language="javascript" type="text/javascript" src="js/typing.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container " id="column">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">
<img class='logo' src="img/logo2.png">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">Evan</a>
</li>
<li class="page-scroll">
<a href="#portfolio">Projects</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact Me</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section class="intro">
<div class="intro-body col-md-12" id="col_02">
<h1 id='my_name' >Evan Besser</h1>
<h2 id='my_info' >Full Stack Developer | Startup Enthusiast | Dog Lover</h2>
</section>
<section style='' id="about" class="container content-section text-center">
<h2>Elevator Pitch</h2>
<hr style='margin-top:0px;'>
<p>Hi there! My name is Evan Besser. I am a graduate of Brown University and recently completed General Assembly's 12-week <a href="https://generalassemb.ly/education/web-development-immersive" target="_blank" style='text-decoration:underline'>Web Development Immersive Program</a>. Previously, I worked at a venture-backed Education Technology startup in Boston and am actively looking to join an innovative and growth-oriented company to help shape and build a game-changing product and grow the business by any means necessary.</br></br>Please check out some of my projects and feel free to <a href="#contact" style='text-decoration:underline'>Contact Me</a> if you'd like to get in touch!</p>
<h2 style='margin-bottom: 0; margin-top: 50px;'>Technologies</h2>
<hr style='margin-top:0px;'>
<div class="tech_ul">
<h4>Languages</h4>
<p>Ruby</p>
<p>JavaScript</p>
<p>HTML</p>
<p>CSS</p>
<p>SQL</p>
</div>
<div class="tech_ul">
<h4>Frameworks</h4>
<p>Rails</p>
<p>Sinatra</p>
<p>Backbone</p>
</div>
<div class="tech_ul">
<h4>Libraries</h4>
<p>Underscore</p>
<p>jQuery</p>
<p>D3</p>
<p>Handlebars</p>
</div>
<div class="tech_ul">
<h4>Misc</h4>
<p>AJAX</p>
<p>Git/Github</p>
<p>Test-Driven Dev</p>
<p>UNIX</p>
</div>
<div class="tech_ul">
<h4>Business</h4>
<p>Google Analytics</p>
<p>KISSmetrics</p>
<p>Balsamiq</p>
<p>JIRA</p>
<p>Mailchimp</p>
<p>Sharepoint</p>
</div>
</section>
<section id="portfolio" class="container content-section text-center col-lg-12">
<div class="row" id="column">
<h2 id='projects_title'>Web Development Projects</h2>
<div id='projects' class="col-lg-4">
<a id="project_link" target="_blank" href="http://adoptir.herokuapp.com/">
<h3>Adoptir</h3>
<img class='project_image' src="img/adoptir.png">
</a>
<p>Discover New Startups. Review The Ones You've Tried. Endorse The Ones You Love.</p>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank" href="http://adoptir.herokuapp.com/" class="btn btn-default btn-lg">Live</a>
</li>
<li>
<a target="_blank" href="https://github.com/ebesser/adoptir_final" class="btn btn-default btn-lg">Code</a>
</li>
</ul>
</br>
</div>
<div class="row">
<div id='projects'class="col-lg-4">
<a id="project_link" target="_blank" href="http://vitriol.herokuapp.com/">
<h3>Vitriol</h3>
<img class='project_image' src="img/vitriol.png">
</a>
<p>Post or join a discussion and take a specific side of the argument. The side with the most traction wins!</p>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank" href="http://vitriol.herokuapp.com/" class="btn btn-default btn-lg">Live</a>
</li>
<li>
<a target="_blank" href="https://github.com/ebesser/fuchsia" class="btn btn-default btn-lg">Code</a>
</li>
</ul>
</div>
<div class="row">
<div id='projects'class="col-lg-4">
<a id="project_link" target="_blank" href="http://getinstagrab.herokuapp.com/">
<h3>instaGrab</h3>
<img class='project_image' src="img/instagrab.png">
</a>
<p>Add It. Share It. Grab It. The easiest way to save, share, and discover content from the web.</p>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank"href="http://getinstagrab.herokuapp.com/" class="btn btn-default btn-lg"> Live</a>
</li>
<li>
<a target="_blank" href="https://github.com/ebesser/instagrab" class="btn btn-default btn-lg">Code</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="contact" class="container content-section text-center col-lg-12">
<!-- <div class="row"> -->
<h2 style='margin-bottom:0;'>Contact Me</h2>
<hr style='margin-top:0px;'>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://github.com/ebesser" target="_blank" class="btn btn-lg">
<i class="fa fa-github-alt fa-4x"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank" class="btn btn-lg">
<i class="fa fa-envelope-o fa-4x"></i>
</a>
</li>
<li>
<a href="http://www.linkedin.com/in/evanbesser" target="_blank" class="btn btn-lg">
<i class="fa fa-linkedin fa-4x"></i>
</a>
</li>
</ul>
<!-- </div> -->
</br></br>
<div class=>
<a href="img/resume.pdf" target="_blank">
<i class="fa fa-file-text-o fa-5x"></i>
<h4>Download My Resume</h4>
</a>
</div>
</section>
<!-- Core JavaScript Files -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Custom JavaScript -->
<script src="js/app.js"></script>
</body>
</html>