-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (178 loc) · 9.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paula-Petra</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=Rajdhani:wght@300;400&display=swap" rel="stylesheet">
<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=Baloo+2:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="pagetop">
<nav>
<div>
<h1><a href="#section1">Paula-Petra</a></h1>
</div>
<div class="menu">
<ul>
<li id="home-btn"><a href="index.html">Home</a></li>
<li id="about-btn"><a href="#about">About</a></li>
<li id="proj-btn"><a href="#projects">Projects</a></li>
<li id="services-btn"><a href="#services">Services</a></li>
<li id="contact-btn"><a href="contact.html">Contact</a></li>
</ul>
</div>
<img class="open-menu" width="30" height="30" src="https://img.icons8.com/ios-glyphs/30/menu--v1.png" alt="menu--v1"/>
</nav>
</header>
<div class="container">
<section id="section1" class="page-section">
<div id="info">
<div>
<h2>Hello, I'm Paula-Petra.
<img src="imgs/icons8-so-so-30.png" alt="">
</h2>
</div>
<div id="small">
<small>I am a Computer Engineer and Frontend Developer & Web Designer specialised in providing amazing and interactive web experience. I'm currently working on e-CommerceFullStack projects, freelancing and expanding my portfolio.</small>
</div>
<a href="mailto:[email protected]"><img src="imgs/icons8-email-64.png" alt=""></a>
</div>
<div id="img">
<img src="imgs/IMG_4897.JPG" alt="">
</div>
</section>
<section id="about" class="navSections page-section">
<h2>About</h2>
<p>Hello! My name is Paula and I'm an entry level Frontend Developer. I have 2 years of experience in web development, my interest rising from school internships. My first internship, which was in 2021 at HNG internship, introduced me to the creative world of HTML and CSS.</p>
<p>In the past year, I have had the opportunity of working three internships: a learning establishment/internship which formed my web development foundation, <b> HNG internship</b>, which was introduction to the face-paced real world of tech work experience and a school internship, where I had the freedom to build and develop a restaurant's website and was introduced to backend technologies, simultaneously working with teams in the post-production of a beauty establishment's website.</p>
<p><b>In my spare time,</b> I enjoy working out, cooking and watching animations. A side <b>skill</b> I possess is photography, which I have had to set aside for my current <b>priorities</b> which are completing university and delving deeper into tech.</p>
<p>
Here are the technologies I work with:
</p>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Bootstrap4</li>
<li>JavaScript</li>
<li>PHP</li>
<li>MySQL</li>
<li>Webflow</li>
</ul>
<a href="https://www.dropbox.com/scl/fi/6mctny09uurcb4ocggjtl/Paula_Petra_Resume.pdf?rlkey=q7m9hcgeymua2ts0f0vdmgkr4&dl=0" target="_blank">
<img width="50" height="50" src="https://img.icons8.com/nolan/50/open-resume.png" alt="open-resume"/>
</a>
</section>
<section id="projects" class="navSections page-section">
<h2>Projects</h2>
<div class="featured leftImg">
<div class="projContent">
<small>FEATURED PROJECT</small>
<a href="https://steakandsip.000webhostapp.com/index.html" target="_blank"><h3>Restaurant Website</h3></a>
<p>School Internship Project. <br>FullStack website for a restaurant with a reservations/booking system. Fully responsive across all devices.</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>JQuery</li>
<li>PHP</li>
<li>MySQL</li>
<li>XAMPP</li>
</ul>
</div>
<div class="projImg">
<a href="https://steakandsip.000webhostapp.com/index.html" target="_blank">
<img src="imgs/steaknsip.png" alt="">
</a>
</div>
</div>
<div class="featured rightImg">
<div class="projContent">
<small>FEATURED PROJECT</small>
<a href="" target="_blank"><h3>Library Management System</h3></a>
<p>Graduation Project. <br>FullStack website for a small library with user interface containing book reservation and admin interface for keeping records.</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>JQuery</li>
<li>PHP</li>
<li>MySQL</li>
<li>XAMPP</li>
</ul>
</div>
<div class="projImg">
<a href="" target="_blank">
<img src="imgs/Screenshot (45).png" alt="">
</a>
</div>
</div>
<div id="otherProj">
<h3>Other Noteworthy Projects</h3>
<div id="projList">
<div class="projListContent">
<div id="git">
<a href="https://paula-petra.github.io/CSS-Flexbox-and-Grid-Layout/" target="_blank"><img src="imgs/icons8-external-link-64.png" alt=""></a>
<a href="https://github.com/paula-petra/CSS-Flexbox-and-Grid-Layout" target="_blank" title="GitHub repo"><img src="imgs/icons8-github-64.png" alt=""></a>
</div>
<div id="projInfo">
<h4>CSS Flexbox and Grid Layout</h4>
<p>A two page practice website using flexbox and gridbox</p>
<ul>
<li>CSS</li>
</ul>
</div>
</div>
<div class="projListContent">
<div id="git">
<a href="https://paula-petra.github.io/Responsive-Registration-Form/" target="_blank"><img src="imgs/icons8-external-link-64.png" alt=""></a>
<a href="https://github.com/paula-petra/Responsive-Registration-Form" target="_blank" title="GitHub repo"><img src="imgs/icons8-github-64.png" alt=""></a>
</div>
<div id="projInfo">
<h4>Responsive Registration Form</h4>
<p>Fully responsive sign up/subscription web page using media queries.</p>
<ul>
<li>CSS</li>
</ul>
</div>
</div>
<div class="projListContent">
<div id="git">
<a href="https://github.com/paula-petra/jsCountdown" target="_blank" title="GitHub repo"><img src="imgs/icons8-github-64.png" alt=""></a>
</div>
<div id="projInfo">
<h4>Countdown Timer</h4>
<p>JavaScript CountDown Timer for Business Promo.</p>
<ul>
<li>JavaScript</li>
</ul>
</div>
</div>
</div>
<div id="btn">
<a href="https://github.com/paula-petra?tab=repositories" class="button" target="_blank">More Projects</a>
</div>
</div>
</section>
<section id="services" class="page-section">
<h2>Services</h2>
<ul>
<li>Web Development</li>
<li>Team projects with Backend Devs</li>
<li>Entry level roles</li>
</ul>
<div><a href="contact.html" class="button">Get In Touch</a></div>
</section>
<main>
</main>
</div>
<footer>Designed and Built by <b>Paula-Petra</b></footer>
</body>
<script src="app.js"></script>
</html>