forked from Technigo/project-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
334 lines (253 loc) · 11.2 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="./style.css" />
<meta name="viewport" content="width=device-widht,initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat:ital,wght@1,300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/49fa94f96e.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<title>Portfolio</title>
</head>
<body>
<header class="header-container">
<section class="column-one">
<img class="profile-image" src="images/andrea.JPG" alt="Profile picture of Andrea">
<div class="profile">
<h1>Andrea Hedström</h1>
<h2>Front End Developer</h2>
<h3>+ Digital communicator with UX-knowledge</h3>
</div>
<p class="about-me">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
<div class="social-media-btn">
<a class="icon" href="https://www.linkedin.com/in/andrea-hedstr%C3%B6m-3549a516b/" aria-label="Link to Andrea Hedström LinkedIn">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="icon" href="https://github.com/AndreaHedstrom" aria-label="Link to Andrea Hedström Github">
<i class="fa-brands fa-github"></i>
</a>
</div>
</section>
<section class="header-color-block">
</section>
</header>
<div class="scroll-down-arrow">
<img src="images/Vector 1.png" alt="Arrow pointing down">
</div>
</section>
<!---Tech-->
<section class="tech">
<h1 class="tech-header">Tech</h1>
<p class="tech-languages">HTML, CSS, Flexbox, <span class="javascript">Javascript,</span> Web Accessibly,<span class="mob-programming">mob-programming,</span>API:s, Github,</span class="pair-programming">pair-programming.</span> </p>
</p>
</section>
<!---Featured projects under here--->
<section class="featured-project">
<div class="featured-title">
<h1>Featured projects</h1>
</div>
<!--Project Labyrinth-->
<section class="project">
<img class="project-image" src="images/Labyrinthgame.png" alt="picture of labyrinth game">
<div class="project-text">
<h2><THE LABYRINTH /> Game</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>Redux</span>
<span>React</span>
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://reliable-sorbet-d720d3.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!--Project Todo-->
<section class="project">
<img class="project-image" src="images/Backandforth.png" alt="Todo App">
<div class="project-text">
<h2>ToDo App</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>Redux</span>
<span>React</span>
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://backandforthlist.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!--Project Quiz-->
<section class="project">
<img class="project-image" src="images/Quiz.png" alt="picture of color quiz">
<div class="project-text">
<h2>Color Quiz for kids</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>Redux</span>
<span>React</span>
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://great-color-quiz.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!---Project-Survey-->
<section class="project">
<img class="project-image" src="images/partydream.png" alt="picture of party survey">
<div class="project-text">
<h2>Day dream survey</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>React</span>
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://dream-party.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!---Weather-app-->
<section class="project">
<img class="project-image" src="images/weatherapp1.png" alt="picture of an weather app">
<div class="project-text">
<h2>Weather app</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://taupe-kitten-1e868d.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!---Guess Who-game-->
<img class="project-image" src="images/guesswho3.png" alt="picture of an weather app">
<div class="project-text">
<h2>Guess who - Guess home</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>React</span>
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
</div>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://guess-home.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
<!---Chatbot-->
<img class="project-image" src="images/artsy.png" alt="picture of an weather app">
<div class="project-text">
<h2>Chatbot</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante velit, tempor id risus sit amet, tincidunt ultrices purus. Sed aliquam nisl sed feugiat sagittis. Integer eu ultricies arcu, in vestibulum urna.
</p>
</div>
<div class="code-tags-span">
<span>Javascript</span>
<span>HTML5</span>
<span>CSS3</span>
<a class="projects-btn">
<a class="github-btn" href="https://github.com/AndreaHedstrom" target="_blank"><img class="github" src="images/github1.png" alt="Github logo">View the code
</a>
<a class="live-demo-btn" href="https://shillyshallyartgallery.netlify.app/"
target="_blank"><img class="globe-icon" src="images/globe.png" alt="globe logo">Live demo</a>
</a>
</section>
<section class="skills">
<div class="featured-title"><h1>Skills</h1></div>
<div class="skills-list">
<span class="code-span">Code</span>
<p>HTML5</p>
<p>CSS3</p>
<p>Javascript ES6</p>
<p>React</p>
<p>Styled compontents</p>
<p>Github</p>
</div>
<div class="skills-list">
<span class="toolbox-span">Toolbox</span>
<p>Figma</p>
<p>Keynote</p>
<p>Slack</p>
</div>
<div class="skills-list">
<span class="more-span">More</span>
<p>Design lead</p>
<p>Branding</p>
</div>
<div class="skills-list">
<span class="upcoming-span">Upcoming</span>
<p>Redux</p>
<p>Node.js</p>
</div>
</section>
<section class="time-to-talk">
<div class="contact-title">
<h1>Time to talk</h1>
</div>
<img class="profile-image-end" src="images/andrea.JPG" alt="Profile picture of Andrea">
<div class="profile">
<h1>Andrea Hedström</h1>
<h2>Front End Developer</h2>
<h3>+ Digital communicator with UX-knowledge</h3>
</div>
<div class="contact">
<h1>+46(0)762 62 42 59<BR>
[email protected]</h1>
<div class="social-media-btn">
<a class="icon" href="https://www.linkedin.com/in/andrea-hedstr%C3%B6m-3549a516b/" aria-label="Link to Andrea Hedström LinkedIn">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="icon" href="https://github.com/AndreaHedstrom" aria-label="Link to Andrea Hedström Github">
<i class="fa-brands fa-github"></i>
</a>
</div>
</section>
</body>
<footer>
</footer>