-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.89 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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="HomeContent.css">
<link rel="stylesheet" href="gallery.css">
</head>
<body>
<section id="backgroundSpan">
<nav>
<ul class="horizontalbar">
<li id ="logo1"><a href="#">EdgeSite</a></li>
<li class="hideOnMobile"><a href="#">Home</a></li>
<li class="hideOnMobile"><a href="#">About</a></li>
<li class="hideOnMobile"><a href="#">Services</a></li>
<li class="hideOnMobile" id ="LetsTalk"><a href="./signinstyle/index.html" style="width: 150%">Lets Talk</a><img src="./arrow_upward_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg" alt="default"></li>
<li onclick="showSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</ul>
<ul class="sidebar">
<li id="logo2" onclick="hideSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Lets Talk</a></li>
</ul>
</nav>
<div class="hero" >
<span><p>Best</p></span> <span><p>Place for Creative</p></span>
<span><p>Digital </p><p>Solution</p></span>
</div>
</section>
<section id="Gallery">
</section>
<script src="script.js"></script>
</body>