-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.HTML
More file actions
57 lines (36 loc) · 1.61 KB
/
Index.HTML
File metadata and controls
57 lines (36 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<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> Portforlio Web Store</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.css" />
<link rel="stylesheet" href="C:\Users\user\Desktop\Portfolio_Web CSS\StyleS.CSS" />
"
</head>
<body>
<img src="C:\Users\user\Desktop\Portforlio_Web_Images\Cursor.png" class="cursor" alt="" />
<header class="header">
<a href="#home" class="logo"> Portfolio</a>
<div id="menu-btn" class="fas fa-bars">
</div>
</header>
<hr>
<br> <br>
<p> Welcome to My Web Page</p>
<div class="divnavbar">
<nav class="navbar">
<a href="#Home" data-src="images/nav-img-1.jpg"> Home </a>
<a href="#About" data-src="=images/nav-img-2.jpg"> About </a>
<a href="#Services I Offer" data-src="images/nav-img-3.jpg"> Services I Offer</a>
<a href="#Sample Projects" data-src="images/nav-img-4.jpg"> Sample Projects</a>
<a href="#contact Me" data-src="images/nav-img-5.jpg"> Contact Me</a>
</nav>
</div>
<div class="col-6">
<img src="C:\Users\user\Desktop\Portforlio_Web_Images\Icon_2.webp" id="homepageimage" />
</div>
<script src="C:\Users\user\Desktop\Portfolio_Web JS\Script.JS"></script>
</body>
</html>