-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
24 lines (23 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Blossom Web!
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fin">
<img id="profile" src="img/image.png" alt="Blossom">
<h1 class="text" >Hi! Blossom Here.</h1>
<div class="descrip">
Hi there! I'm a super cheerful developer who believes that technology should bring smiles to everyone's faces! 🥰 When I'm not creating adorable interfaces or writing happy little functions, you'll find me collecting cute stickers, trying new bubble tea flavors, or watching kawaii anime for "research purposes"!<br>
<br>My coding philosophy is simple: ✨ sprinkle magic everywhere ✨, 🌱 grow with kindness 🌱, and 💖 code with love 💖!
</div>
<h2 class="text" id="te">Make sure to visit my socials to know more about me!</h2>
<div class="log">
<div> <a href="https://github.com/BLOSSOM206" target="_blank"><img src="img\GitHub-Logo.wine.png" width="80px"></a></div>
<div> <a href="www.linkedin.com/in/blossomfernandes2006" target="_blank"><img src="img\linkin.webp"width="80px"></a></div>
</div></div>
</body>
</html>