-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cover photo for github</title>
<!-- font awesome icon -->
<script src="https://kit.fontawesome.com/267f01ecd0.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<i class="fa-solid fa-code"></i>
<div class="img-wrapper">
<img src="https://camo.githubusercontent.com/8a63b8b887107c255741816f15f142b1e947d4dc903af4fce6fff26d20c37f2d/68747470733a2f2f656e637279707465642d74626e302e677374617469632e636f6d2f696d616765733f713d74626e3a414e6439476354315a6750596c7062704d66376a304f415058356b3965387a776c77357a456430326a7726757371703d434155" alt="github photography">
<h3 class="writeCode"">I love to write code</h3>
</div>
<div class="icons-wrapper">
<i class="fa-brands fa-html5"></i>
<i class="fa-brands fa-css3"></i>
<i class="fa-brands fa-react"></i>
<i class="fa-brands fa-node"></i>
<i class="fa-brands fa-vuejs"></i>
<i class="express">ex<i class="fa-brands fa-node-js"></i></i>
<i class="fa-brands fa-github"></i>
<i class="fa-brands fa-js"></i>
<i id="mongo">mongoDB <i class="fa-solid fa-leaf"></i></i>
</div>
</div>
</body>
</html>