-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (164 loc) · 6.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ciprian Pirciu Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<div class="video-background">
<video autoplay muted loop id="bg-video">
<source src="bg-vid.mp4" type="video/mp4">
</video>
<!-- start nav -->
<header>
<img src="by_Taz_logo.png" alt="logo" height="80px ">
<nav>
<div class="nav-links">
<a href="#">Home</a>
<a href="#about">About Me</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
</header>
<!-- end nav -->
<!--------------------------------------->
<!-- start main section -->
<main>
<!-- start welcome section -->
<section class="main-container">
<div class="main-text">
<h1><span style="font-size: 1.5rem;">Hello, </span><br><span style="font-size: 3rem;">I'm Ciprian Pirciu</span><br> Naval electromechanics engineer with a passion for web development.</h1>
</div>
<div class="main-picture">
<img src="Matrix profile picture.png" alt="picture of the author" class="main-img">
</div>
</section>
<!-- end welcome section -->
<!--------------------------------------->
<!-- start about section -->
<section class="bio" id="about">
<h2>About</h2>
<hr>
<br>
<p>I'm a Naval electromechanics engineer with a passion for web development. I am proficient in HTML, CSS and Javascript and have experience with a variety of tools and
technologies, including Bootstrap and React. In my coursework and personal projects, I have
focused on developing efficient and scalable solutions to complex problems. I am particularly
interested in as front-end development, artificial intelligence, or database management.</p>
</section>
<!-- end about section -->
<!--------------------------------------->
<!-- start skills section -->
<section class="skills" id="skills">
<div>
<h3>Certifications</h3>
<hr class="hr">
<br>
<ul>
<li>Advanced Python Programming, Copenhagen Business Academy</li>
<li>Complete Web Developer, From Zero to Mastery</li>
<li>Career Essentials in Software Developement, Microsoft and LinkedIn, LinkedIn Learninig
</li>
<li>Programming Foundations: Software Testing/QA, LinkedIn Learninig
</li>
<li>Scrum: The Basics, LinkedIn Learninig</li>
<li>Software Development Life Cycle (SDLC), LinkedIn Learninig</li>
<li>User Experience (UX) for Non-Designers, LinkedIn Learninig</li>
<li>Responsive Web Design, freeCodeCamp </li>
</ul>
</div>
<div>
<h3>Skills</h3>
<hr class="hr">
<br>
<ul>
<li>Front-End Development</li>
<li>Python</li>
<li>Django</li>
<li>Flask</li>
<li>Javascript</li>
<li>MySql</li>
<li>Software Development Life Cycle (SDLC)</li>
<li>User Experience (UX)</li>
</ul>
</div>
</section>
<!-- end skills section -->
<!--------------------------------------->
<!-- start projects section -->
<section id="projects">
<h2>My Projects</h2>
<hr>
<br>
<div class="projects-section">
<div>
<a href="https://pet-survey-form.netlify.app/" target="_blank" class="project">
<img class="project-img" src="Survey_form.png" alt="survey_form" height="300px" width="330px">
<h3 class="project-title"><span class="code"><</span>Survey Form<span class="code">/></span></h3>
</a>
</div>
<div>
<a href="https://senna-tribute-page.netlify.app/" target="_blank" class="project">
<img class="project-img" src="Tribute_page.png" alt="Tribute_page" height="300px" width="330px">
<h3 class="project-title"><span class="code"><</span>Tribute Page<span class="code">/></span></h3>
</a>
</div>
<div>
<a href="https://jam-landing-page.netlify.app/" target="_blank" class="project">
<img class="project-img" src="Product_landing_page.png" alt="Product_landing_page" height="300px" width="330px">
<h3 class="project-title"><span class="code"><</span>Product Landing Page<span class="code">/></span></h3>
</a>
</div>
</section>
<!-- end projects section -->
<!--------------------------------------->
</main>
<!-- end main section -->
<!--------------------------------------->
<!-- start contact section -->
<section id="contact-section">
<div class="contact">
<h2 class="contact-header">Let's do some amazing things together!</h2>
<p class="contact-text">Contact me!</p>
</div>
<div class="contact-links">
<a href="https://linkedin.com/in/ciprian-pirciu" target="_blank" class="btn contact-details">
<i class="fab fa-linkedin"></i>
LinkedIn
</a>
<a id="profile-link" href="https://github.com/CiprianP84" target="_blank" class="btn contact-details">
<i class="fab fa-github">
</i>
Github
</a>
<a href="mailto:[email protected]" class="btn contact-details">
<i class="fas fa-at">
</i>
Send a email
</a>
<a href="tel:555-555-5555" class="btn contact-details">
<i class="fas fa-mobile-alt"></i>
Call me
</a>
</div>
</section>
<!-- end contact section -->
<!--------------------------------------->
<!-- start footer section -->
<footer id="contact">
<p class="left-p">Ciprian Pirciu | HackYourFuture.dk</p>
<p class="right-p"> Copyright 2024 by TAZ | All Rights Reserved.</p>
</footer>
<!-- end footer section -->
</div>
<script src="script.js"></script>
</body>
</html>