forked from iDTech-Neha/My-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 2.64 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 2.64 KB
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
<!DOCTYPE html>
<html lang="en"></html>
<html>
<head>
<title>Blanka Peller Portfolio</title>
<meta charset="utf-8" />
<meta name= "author" content="Blanka Peller"/>
<link rel="stylesheet" href="styles.css" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id = "content">
<nav>
<ul>
<li><a href="index.html" class = "active">Home</a></li>
<li><a href="projects.html" class = "!active">Projects</a></li>
</ul>
</nav>
<h1>Portfolio</h1>
<main>
<h2>About Me</h2>
<div id = "profile">
<img src = "images/portrait.jpg" alt = "profile" width = "200" id = "profile2">
</div>
<p>Hello, I am Blanka Peller. I am from Hungary, but I have lived in Washington State for the past three years. I am most familiar with HTML, CSS, and C#, but I am also knowledgeable with JavaScript. In the last year, I have developed many functioning and complete websites by myself using a mix of HTML, CSS and JavaScript, and I also enjoy programming small games in C#. In this MIT JavaScript Coding Bootcamp, I got to practice JavaScript and perhaps even learned a few new things. This website or portfolio shows off my work done during this Bootcamp using the code and the skills which were talked about in class, along with my own skills. I hope you’ll enjoy this website!</p>
<div id = "video"><iframe width="560" height="315" src="https://www.youtube.com/embed/rYjlNDaCJdM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p>You can find me on github as "BlankaPeller", and on LinkedIn as Blanka Peller. To contact me, email me at Blanka.Peller@Outlook.com, or follow the icons bellow</p>
</main>
<footer>
<ul class = "contact">
<li><a href = "https://github.com/BlankaPeller"><img src = "images/GitHub.png" alt = "GitHub" width = "40"></a></li>
<li><a href = "mailto:Blanka.Peller@Outlook.com"><img src = "images/Email.png" alt = "LinkedIn" width = "40"></a></li>
<li><a href = "https://www.linkedin.com/in/blanka-peller-6b5064203/"><img src = "images/LinkedIn.png" alt = "LinkedIn" width = "40"></a></li>
</ul>
</footer>
</div>
</body>
</html>