-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
157 lines (141 loc) · 7.65 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
<!DOCTYPE HTML>
<html>
<head>
<title>Laura Cressman</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="./images/avatar.jpg" alt="" /></span>
<h1 id="logo"><a href="#">Laura Cressman</a></h1>
<p>Software Engineer</p>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About</a></li>
<li><a href="#two">Projects</a></li>
<li><a href="#three">Skills</a></li>
<li><a href="#four">Learn More</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://github.com/flaurida" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/laura-cressman/" class="icon fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="./assets/resume.pdf" class="icon fa-file-text" target="_blank"><span class="label">Resume</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">[email protected]</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="container">
<header class="major">
<h2>Hi, I'm Laura</h2>
<p>I'm a software engineer with experience in Ruby, Rails, JavaScript, React and Java.</p>
</header>
<p>I studied Chemistry and Economics at Dartmouth College, then spent two years doing macroeconomic research at Bridgewater Associates.</p>
<p>I first became interested in Computer Science when I took Introduction to Programming and Computation (Python) as a senior in college. I was immediately hooked, and stayed up the latest I ever had working on the Pong game homework assignment. That spring, I graduated from college and went into finance to gain work experience.</p>
<p>Still, I couldn't stay away from Software Engineering. I continued learning as much as I could on my own through resources like Codecademy and Team Treehouse (where I later become a moderator), and then completed Coursera's Object Oriented Programming in Java series among several other programming courses. In 2016, after working in finance for two years, I decided to pursue my passion for software engineering full time. I attended App Academy in New York City so I could learn even more.</p>
<p>I have always loved using structured thinking to creatively solve problems. I'm excited to continue to combine this mindset with my love for programming.</p>
<p>To learn more about me, check out my <a href="./assets/resume.pdf" target="_blank">resume</a> or <a href="https://www.linkedin.com/in/laura-cressman/" target="_blank">LinkedIn</a> page :)</p>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<h3>Projects</h3>
<p>To see more, please visit my <a href="https://github.com/flaurida" target="_blank">Github</a> page.</p>
<div class="features">
<article>
<a href="http://www.openstable.site" class="image" target="_blank"><img src="./images/open_stable.png" alt="" /></a>
<div class="inner">
<h4>OpenStable | Rails, React, Redux</h4>
<p>Restaurant reservation web application with an OpenTable inspired UX</p>
<a href="http://www.openstable.site" target="_blank">Live</a> | <a href="https://github.com/flaurida/open_stable" target="_blank">Github</a>
</div>
</article>
<article>
<a href="http://www.pokemania.site" class="image" target="_blank"><img src="./images/pokemania.png" alt="" /></a>
<div class="inner">
<h4>Pokémania | Javascript, Node.js</h4>
<p>Multiplayer cellular survival game with a Pokémon theme</p>
<a href="http://www.pokemania.site" target="_blank">Live</a> | <a href="https://github.com/flaurida/pokemania" target="_blank">Github</a>
</div>
</article>
<article>
<a href="https://github.com/flaurida/laurails" class="image" target="_blank"><img src="./images/laurails.png" alt="" /></a>
<div class="inner">
<h4>Laurails | Ruby , SQL</h4>
<p>Lightweight Model View Controller / Object Relational Management framework inspired by Ruby on Rails</p>
<a href="https://github.com/flaurida/laurails" target="_blank">Github</a>
</div>
</article>
</div>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="container">
<h3>Skills</h3>
<ul class="skill-icons">
<li><i class="devicon-ruby-plain-wordmark colored"/></i></li>
<li><i class="devicon-rails-plain-wordmark colored"/></i></li>
<li><i class="devicon-javascript-plain colored"/></i></li>
<li><i class="devicon-react-original-wordmark colored"/></i></li>
<li><i class="devicon-java-plain-wordmark colored"/></i></li>
<li><i class="devicon-postgresql-plain-wordmark colored"/></i></li>
<li><i class="devicon-git-plain-wordmark colored"/></i></li>
<li><i class="devicon-github-plain-wordmark colored"></i></li>
<li><i class="devicon-html5-plain-wordmark colored"/></i></li>
<li><i class="devicon-css3-plain-wordmark colored"></i></li>
<li><i class="devicon-sass-original colored"></i></li>
<li><i class="devicon-jquery-plain-wordmark colored"></i></li>
</ul>
</div>
</section>
<!-- Four -->
<section id="four">
<div class="container">
<h3>Learn More</h3>
<p>Thanks for stopping by :) Let's connect!</p>
<ul class="feature-icons">
<li class="fa-github"><a href="https://github.com/flaurida" target="_blank">Github</a></li>
<li class="fa-linkedin"><a href="https://www.linkedin.com/in/laura-cressman/" target="_blank">LinkedIn</a></li>
<li class="fa-file-text"><a href="./assets/resume.pdf" target="_blank">Resume</a></li>
<li class="fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Laura Cressman. No rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollzer.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>