-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyproject.html
64 lines (55 loc) · 1.91 KB
/
myproject.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
<!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>MyProject</title>
<link rel="stylesheet" href="css/project.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/images/profile.jpeg">
<script src="https://kit.fontawesome.com/96ee3b227d.js" crossorigin="anonymous"></script>
</head>
<body >
<div class="width-divide">
<div class="profile-image">
<a href="index.html">
<img src="images/profile.jpeg" alt="" class="image_project">
</a>
</div>
<header class="logo_top">
<div class="navigator">
<nav class="top">
<h3 class="home"><a href="myproject.html"><i class="fa-solid fa-tv"></i></a></h3>
<h3 class="project"> <a href="goals.html"><i class="fa-solid fa-bullseye"></i></a></h3>
<h3 class="clicks"> <a href="pages/clicks.html" rel="_blank"><i class="fa-solid fa-chalkboard"></i></a></h3>
<h3 class="none"> <a href="pages/idea.html" rel="_blank"><i class="fa-solid fa-golf-ball-tee"></i></a></h3>
</nav>
</div>
</header>
</div>
<hr class="hr">
<div class="width-divide-2 flex">
<div>
<p class="heading">Some stuff build by me</p>
<div>
<main class="main_content">
<div class="all_content">
</div>
</main>
</div>
<div>
<footer class="link_project">
<p class="text1">MORE PROJECT HERE-- </p>
<div class="github1"><a href="https://github.com/nishant0kumar" target="_blank">github</a></div>
</footer>
</div>
</div>
<div class="frame-js">
</div>
</div>
<div class="width-divide-3"></div>
<script src="script/project.js" type="module"></script>
</body>
</html>
<!-- Make a progress bar in project cart bottom -->