-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.35 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
<html>
<head>
<title>ONE STOP SHOP FOR ALL DESIGN SOLUTIONS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/mainstyle.css">
</head>
<body>
<header class="page-header header container">
<div class="description">
<div class="logo"><img class="img-fluid" src="img/logo.jpg"></img></div>
<h1>"ONE STOP SHOP FOR ALL DESIGN SOLUTIONS"</h1>
<div class="parent">
<button class="btn PORTFOLIO">PORTFOLIO</button>
<button onclick="window.location.href='about.html';" class="btn ABOUT">ABOUT</button>
<button class="btn CONTACT">CONTACT</button>
</div>
<footer class="page-footer">
<h2>CONNECT WITH ME</h2>
<div class="social">
<div><a href="https://www.facebook.com/pranjali.mani" target="_blank"><img class="footer-image" src="img/facebook.png"></a></div>
<div><a href="https://wa.me/61406792212" target="_blank"><img class="footer-image" src="img/whatsup.png" ></a></div>
<div><a href="https://www.linkedin.com/in/pranjalimani" target="_blank"><img class="footer-image" src="img/in.png" ></a></div>
<div><a href="mailto:[email protected]"><img class="footer-image" src="img/mail.png" ></a></div>
</div>
</footer>
</div>
</header>
</body>
</html>