-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (170 loc) · 7.39 KB
/
index.html
File metadata and controls
183 lines (170 loc) · 7.39 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
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Steve Savstrom is a full stack software developer based in Minneapolis, MN">
<meta name="keywords"
content="Steve Savstrom, Software Developer, Software Engineer, React, JavaScript, Node.js, PostgreSQL, HTML, CSS">
<meta name="author" content="Steve Savstrom">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steve Savstrom Full Stack Developer</title>
<!-- Favicon -->
<link rel="icon" type="image/ico" href="img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700&display=swap"
rel="stylesheet">
<!-- CSS -->
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<section class="fade-in-section">
<!-- Navigation -->
<div class="nav" id="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<a href="/">Steve Savstrom</a>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="#technical-skills">Skills</a>
<a href="#portfolio">Portfolio</a>
<a href="#footer">Contact</a>
<a href="https://www.linkedin.com/in/stevesavstrom/"><i class="fab fa-linkedin fa-lg"></i></a>
<a href="https://github.com/stevesavstrom"><i class="fab fa-github fa-lg"></i></a>
</div>
</div>
<!-- Headline -->
<section id="header">
<div class="newHeader-headline">
<h1 class="newHeader-h1">👋 Hi, I'm Steve!</h1>
<h2 class="newHeader-h2">I build full stack web applications.</h2>
</div>
<div class='header-wrapper'>
<div class='row'>
<div class='column'>
<div class='header-column-1'>
<img class="newHeader-img" src="img/01.jpg" loading="lazy" />
</div>
</div>
<div class='column'>
<div class='header-column-2'>
I'm a full stack software engineer with experience creating web applications using
JavaScript, React, Node.js, PostgreSQL, Express, and other modern technologies. I am
currently a Full Stack Software Engineering Student at <a
href="https://www.primeacademy.io/">Prime Digital Academy</a> in Minneapolis. At Prime,
I built, <a href="https://github.com/stevesavstrom/flash-gig">Flash Gig</a>, an application
that helps wedding photographers and videographers connect
with second shooters, editors, and assistants for short-term gigs. Flash Gig was created
using React, Redux, Saga, Node.js, Express, PostgreSQL, Material-UI., and Google Maps API.
</div>
</div>
</div>
</div>
</section>
<!-- About -- -->
<section id="about">
<div class="about">
<div class="about-text">
<h1 class="about-header">Get to Know Me</h1>
<p class="about-paragraph">I'm a teacher at heart. After graduating from <a
href="https://www.augsburg.edu/">Augsburg University</a> in 2008, I moved to Seoul, South
Korea where I taught English from 2009-2012. After returning to the United States, I moved to
Chicago as a 2013 <a href="https://www.teachforamerica.org/">Teach For America</a> corps member.
During my Teach For America experience I taught middle school and completed a <a
href="https://nl.edu/national-college-of-education/programs/teacher-preparation/mat-in-special-education/">master's
degree</a> in Special Education at <a
href="https://nl.edu/national-college-of-education/">National Louis University</a>. In 2015,
I returned home to Minnesota and joined <a href="https://roosevelt.mpls.k12.mn.us/">Roosevelt
High School</a> as a special education resource teacher and case manager. In 2018, I founded
Savstrom Studios, a wedding videography company. In 2021 I started my coding journey and joined
<a href="https://www.primeacademy.io/">Prime Digital Academy</a> as a <a
href="https://www.primeacademy.io/courses/engineering">Full Stack Software Engineering</a>
student.</p>
</div>
</div>
</section>
<!-- Technical Skills -->
<section id="technical-skills">
<div class="technical">
<div class="technical-text">
<h1 class="technical-header">Technical Skills</h1>
<p>JavaScript, React, React Redux, Redux-Saga, Node.js, PostgreSQL, Express, APIs, HTML, CSS,
jQuery, Git, Github, Jest, Material-UI, Adobe Premiere Pro, Project Management, Client Service,
Video Production
</p>
<!-- <div class="skills-logos">
<i class="fab fa-react fa-lg" id="logo"></i>
<i class="fab fa-node fa-lg" id="logo"></i>
<i class="fab fa-js-square fa-lg" id="logo"></i>
<i class="fab fa-git-square fa-lg" id="logo"></i>
<i class="fab fa-html5 fa-lg" id="logo"></i>
<i class="fab fa-css3-alt fa-lg" id="logo"></i>
<i class="fab fa-github fa-lg" id="logo"></i>
</div> -->
</div>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio">
<!-- Start Portfolio Grid -->
<!-- <div class="flex-grid">
<div class="col"><div class="card">
<img src="img/08.gif" class="card-media" loading="lazy"/>
<div class="card-details">
<h2 class="card-head">Flash Gig</h2>
<p>Flash Gig helps wedding photographers and videographers connect with second shooters, editors, and assistants for short-term gigs.</p>
<a href="https://github.com/stevesavstrom/flash-gig" class="card-action-button"><i class="fab fa-github fa-lg"></i> GitHub</a>
</div>
</div></div>
<div class="col"><div class="card">
<img src="img/02.gif" class="card-media" loading="lazy"/>
<div class="card-details">
<h2 class="card-head">Movies Database</h2>
<p>Movie management application that allows users to browse movies, access movie details, and add new movies to the database.</p>
<a href="https://github.com/stevesavstrom/weekend-movie-sagas" class="card-action-button"><i class="fab fa-github fa-lg"></i> GitHub</a>
</div>
</div></div>
<div class="col"><div class="card">
<img src="img/09.gif" class="card-media" loading="lazy"/>
<div class="card-details">
<h2 class="card-head">Feedback Loop</h2>
<p>Multi-step feedback and reflection form. Built with React, Redux, Node.js, PostgreSQL, and Material-UI.</p>
<a href="https://github.com/stevesavstrom/weekend-redux-feedback-loop" class="card-action-button"><i class="fab fa-github fa-lg"></i> GitHub</a>
</div>
</div>
</div>
</div> -->
<!-- End Portfolio Grid -->
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="footer">
<div class="footer-text">
<p>Thanks for stopping by!</p>
<p>steve.savstrom@gmail.com</p>
<a href="https://github.com/stevesavstrom"><i class="fab fa-github fa-lg"></i></a>
<a href="https://www.linkedin.com/in/stevesavstrom/"><i class="fab fa-linkedin fa-lg"></i></a>
<a href="https://twitter.com/stevesavstrom"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://www.instagram.com/stevesavstrom/"><i class="fab fa-instagram fa-lg"></i></a>
</div>
</div>
</section>
</section>
</section>
</body>
</html>