-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup_work1.html
39 lines (39 loc) · 1.57 KB
/
group_work1.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>
<head>
<title> Homepage </title>
<link rel="stylesheet" type"text/css" href="group_work1.css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="social_media.css">
</head>
<body>
<header>
<ul>
<li><a href="/C:/Users/user/Desktop/coding lessons/project/group_work1.html"> Home </a></li>
<li><a href="/C:/Users/user/Desktop/coding lessons/project/Coffee_drinks.html"> Coffee drinks </a></li>
<li> <a href="/C:/Users/user/Desktop/coding lessons/project/group_work.html">Coffee DIYs</a></li>
</ul>
</header>
<h1> COFFEE CRAZY </h1>
<footer class="footer">
<div class="footer-social-icons">
<h4 class="_14">Follow us on</h4>
<ul class="social-icons">
<li><a href="" class="social-icon"> <i class="fa fa-facebook"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-twitter"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-rss"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-youtube"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-linkedin"></i></a></li>
<li><a href="" class="social-icon"> <i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<h4> Contact us on </h4>
<p>
<ul>
<li>Email: [email protected]</li>
<li>Phone: 0123456789</li>
</ul>
</p>
<p>Copyright 2018 Coffee Crazy</p>
</footer>
</body>
</html>