-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonalprofile.html
More file actions
40 lines (37 loc) · 2.44 KB
/
personalprofile.html
File metadata and controls
40 lines (37 loc) · 2.44 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
39
40
<!DOCTYPE html>
<html>
<head>
<title>ERHUNMWUNSEE, Grace</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=Inconsolata:wght@200&display=swap" rel="stylesheet">
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="content">
<div class="text">
<h1 class="font white-text" style="font-weight: bolder;">I'm Grace Ize Erhunmwunsee</h1>
<h1 class="font white-text" style="font-size: 150%;">Bsc Computer Science | Front-end Developer |<br> SQL developer | Robotics Enthusiast</h1>
<h1 class="font white-text" style="font-size: larger;">Hey there, I'm Grace! <br> <br> Freshly graduated from the university and currently diving into the world of software development while serving in line with the National Youth Service Corps (NYSC) scheme.
<br> <br>As a front-end developer, I craft digital experiences that blend creativity with functionality. <br> <br>My passion lies in weaving code to build intuitive user interfaces, making technology accessible and engaging.
<br> <br>While I navigate this exciting journey, I'm eager to learn and contribute to shaping innovative web experiences that resonate with users. <br> <br>Let's create something awesome together!</h1>
<button class="font white-text" style="font-size: larger; text-align: center;" ><a href="mailto:izeerhunmwunsee@gmail.com">Get in touch </a></button>
<button class="font white-text" style="font-size: larger; text-align: center;" ><a href="C:\Users\GRACE\Desktop\Notes_app-main\index.html">View my portfolio </a></button>
</div>
<div class="image">
<img class="imgright" src="IMG_1.JPG" alt="my photo"align-self="left">
</div>
</div>
</body>
<footer> <h6>©Gracie2023</h6>
<a href="https://instagram.com/grace_ize?utm_medium=copy_link" >
<img class="center" src="iglogo.png" alt="My ig">
</a>
<a href="https://www.linkedin.com/in/grace-erhunmwunsee/" >
<img class="center" src="linkedinlogo.png" alt="My linkedin">
</a>
<a href="https://github.com/Gracified2004/" >
<img class="center" src="gitlogo.svg" style="width: 3.5%;" alt="My github">
</a>
</footer>
</html>