-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (222 loc) · 7.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pelle's Portfolio</title>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/assets/css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<button hidden id="backToTop"><i class="fa-solid fa-chevron-up fa-2xl"></i></button>
<div class="nav-container">
<div class="logo-nav">
<img src="assets/icons/logo_transparent.png" alt="" />
</div>
<ul>
<li><a href="#about-me">About me</a></li>
<li><a href="#tech-stack">Tech Stack</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact-form">Contact</a></li>
</ul>
</div>
<section class="home" id="home">
<div class="main-container">
<div class="intro-container">
<div id="particles-js"></div>
<h1>
Hello <span>there</span><br />
I'm Per-Emil <span>Johansson</span>
</h1>
<p>
I'm a <span>Full Stack Web Developer</span> in the making, currently
wrangling code at DCI (Digital Career Institute). I promise I'm
better at coding than I am at stand-up comedy, but I'll do my best
to keep this portfolio as bug-free as my programs (no promises). So,
buckle up, grab some coffee, and let's take a joyride through my web
development adventures. Think of it as a choose-your-own-adventure,
where every click brings you closer to the ultimate goal: laughter,
learning, and perhaps some functional websites along the way. Enjoy
the ride.
</p>
<div class="socials">
<ul class="social-icons">
<li>
<a
class="linkedin"
aria-label="LinkedIn"
href="http://www.linkedin.com"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a
class="github"
aria-label="GitHub"
href="http://www.github.com"
target="_blank"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a
class="twitter"
aria-label="Twitter"
href="http://www.twitter.com"
target="_blank"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a
class="instagram"
aria-label="Instagram"
href="http://www.instagram.com"
target="_blank"
><i class="fab fa-instagram"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="about-me class-pad" id="about-me">
<div class="about-me-container">
<div class="about-me-wrapper">
<h2>About <span>Me</span></h2>
<div class="placement">
<img src="http://placekitten.com/500/500" alt="" class="grid2" />
<div class="info-about-me">
<p>
Hello! I'm a 36-year-old enthusiast on a journey of
self-discovery through web development. As a parent, I've
learned to balance nurturing my child with pursuing my dreams.
Currently, I'm immersed in studying full-stack web development
at DCI.
<br />
<br />
Beyond coding, I find solace in strumming my guitar and dive
into the virtual worlds of video games. This portfolio showcases
my transformation from a parent with a passion for music and
gaming to a budding web developer. Let's connect and build
something amazing together!
</p>
</div>
</div>
</div>
</div>
</section>
<section class="tech-stack class-pad" id="tech-stack">
<div class="container-size">
<div class="tech-list">
<div class="tech-heading">
<h2>Tech <span>Stack</span></h2>
</div>
<div class="tech tech1">
<h3>HTML</h3>
<img src="assets/icons/html-icon.webp" alt="" />
</div>
<div class="tech tech2">
<h3>CSS</h3>
<img src="assets/icons/css-icon.webp" alt="" />
</div>
<div class="tech tech3">
<h3>Bootstrap</h3>
<img src="assets/icons/bootstrap-icon.webp" alt="" />
</div>
<div class="tech tech4">
<h3>Sass</h3>
<img src="assets/icons/sass-icon.webp" alt="" />
</div>
<div class="tech tech5">
<h3>JavaScript</h3>
<img src="assets/icons/javascript-icon.webp" alt="" />
</div>
<div class="tech tech6">
<h3>Git</h3>
<img src="assets/icons/git-icon.webp" alt="" />
</div>
<div class="tech tech7">
<h3>GitHub</h3>
<img src="assets/icons/github-icon.webp" alt="" />
</div>
</div>
</div>
</section>
<section class="class-pad" id="project">
<div class="container-size">
<h2>Recent <span>Projects</span></h2>
<div class="project-container">
<div class="card-container">
<div class="card card-1">
<img
src="http://placekitten.com/400/400"
alt="Neon sign in woods"
/>
</div>
<div class="card card-2">
<img
src="http://placekitten.com/400/400"
alt="Neon sign in woods"
/>
</div>
<div class="card card-3">
<img
src="http://placekitten.com/400/400"
alt="Neon sign in woods"
/>
</div>
<div class="card card-4">
<img
src="http://placekitten.com/400/400"
alt="Neon sign in woods"
/>
</div>
</div>
</div>
</div>
</section>
<section class="contact-form" id="contact-form">
<h2>Contact <span>Information</span></h2>
<form id="contact" name="contact" accept-charset="utf-8">
<label
>Name<input name="name" type="text" placeholder="Your full name"
/></label>
<label
>E-mail<input
name="email"
type="email"
placeholder="e.g [email protected]"
/></label>
<label
>Message
<textarea name="message" placeholder="Message to me..."></textarea>
</label>
<input name="submit" type="submit" value="Send" />
</form>
</section>
<section class="footer">
<div class="foot-container">
<h4>© Per-Emil Johansson</h4>
<h4 class="border-fun">2023</h4>
<h4>All right reserverd</h4>
</div>
</section>
<script src="/assets/script/particles.js"></script>
<script src="assets/script/app.js"></script>
</body>
</html>