-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (126 loc) · 5.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
<title>Fulop Emy - Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav id="top">
<div class=navbarLogo>
<img src="img/iologo.svg" alt="ioLogo">
</div>
<div class="navbar">
<a href="#"><i class='bx bx-code-alt'></i>Home</a>
<a href="#about"><i class='bx bx-code-alt'></i>About Me</a>
<a href="#recent"><i class='bx bx-code-alt'></i>Projects</a>
<a href="#contact"><i class='bx bx-code-alt'></i>Contact</a>
</div>
</nav>
<header>
<div class="headerContent">
<h1 class="headerTitle">Hello,I'm Emy</h1>
<p class="headerParagraph">I am a fullstack developer located in Germany,DE</p>
<div class="headerLinks">
<a class="mailMeLink" href="mailto:[email protected]?subject=Let's work together">Mail Me</a>
<a class="getToKnowMe" href="#about">Get to know me</a>
</div>
</div>
</header>
<section id="about">
<div class="aboutMeFlexContainer">
<h2 class="headerAboutMeFlexContainer">About me</h2>
<div class="flexContainer">
<div>
<p class="paragraphAboutMe">I am currently enrolled on the <a
href="https://io-academy.uk/courses/full-stack-track/" target="blank">Full-Stack Track</a> at <a
href="https://io-academy.uk/" target="blank">iO Academy</a> ,in Bath.<br>
I am hoping to graduate with enough knowledge to jump right into a <br>junior web developer role.
</p>
<p class="paragraphAboutMe"></p>
<p class="paragraphAboutMe">I will be learning <b>HTML</b>,<b>CSS</b> and <b>Javascript</b> for
front-end,<b>PHP</b> and <b>Node.js</b> for back-end.</p>
<i class='bx bxl-html5'></i>
<i class='bx bxl-css3'></i>
<i class='bx bxl-javascript'></i>
<i class='bx bxl-php'></i>
<i class='bx bxl-nodejs'></i>
</div>
<div>
<img class="profilePicture" src="img/profilpic.png" alt="profilepicture">
</div>
</div>
</div>
</section>
<section id="recent" class="myProjects">
<h2 class="recentProjectsHeader">Recent Projects</h2>
<div class="recentProjects">
<div class="projects">
<div>
<h3>Project 1</h3>
<a href="addProject.html" target="blank"><i class='bx bx-folder-open'></i></a>
<p>Remain to be filled with content in the future.</p>
<a href="https://github.com/FE-Emy/" target="blank" title="View on GitHub"
class="projectLink"><i class='bx bxl-github'></i> View on GitHub</a>
</div>
<img src="img/projectsimg.jpg" alt="projectnr1">
</div>
<div class="projects">
<div>
<h3>Project 2</h3>
<a href="addProject.html" target="blank"><i class='bx bx-folder-open'></i></a>
<p>Remain to be filled with content in the future.</p>
<a href="https://github.com/FE-Emy/" target="blank" title="View on GitHub"
class="projectLink"><i class='bx bxl-github'></i> View on GitHub</a>
</div>
<img src="img/projectsimg.jpg" alt="projectnr2">
</div>
<div class="projects">
<div>
<h3>Project 3</h3>
<a href="addProject.html" target="blank"><i class='bx bx-folder-open'></i></a>
<p>Remain to be filled with content in the future.</p>
<a href="https://github.com/FE-Emy/" target="blank" title="View on GitHub"
class="projectLink"><i class='bx bxl-github'></i> View on GitHub</a>
</div>
<img src="img/projectsimg.jpg" alt="projectnr3">
</div>
<div class="projects">
<div>
<h3>Project 4</h3>
<a href="addProject.html" target="blank"><i class='bx bx-folder-open'></i></a>
<p>Remain to be filled with content in the future.</p>
<a href="https://github.com/FE-Emy/portofolio" target="blank" title="View on GitHub"
class="projectLink"><i class='bx bxl-github'></i> View on GitHub</a>
</div>
<img src="img/projectsimg.jpg" alt="projectnr4">
</div>
</div>
</section>
<footer id="contact">
<div class="contactMeHeader">
<h2>Contact me</h2>
</div>
<div>
<p>If you'd like to get in touch, feel free to email me at [email protected] or
contact me through <a href="contactform.html" target="blank">contact form.</a>
If you'd like to see more of the projects that I have contributed to,take a look at my
<a href="https://github.com/FE-Emy/portofolio" target="blank">GitHub</a></p>
</div>
<section class="copyright">
<div>
<p>© Copyright 2024</p>
</div>
<div>
<a href="#top" title="Return to top" class="returnTop">
<i class='bx bxs-chevrons-up bx-flip-horizontal bx-fade-up' style='color:#fbf9f9'></i></a>
</div>
</section>
</footer>
</body>
</html>