forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (45 loc) · 1.87 KB
/
about.html
File metadata and controls
45 lines (45 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<title> </title>
<meta charset="utf-8"/>
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div class="header">- About -</div>
<div class=navbar>
<a href="index.html">-Home-</a>
<div class='divider'></div>
<a href="about.html">-About-</a>
<div class='divider'></div>
<a href="gallery.html">-Gallery-</a>
</div>
<div class="aboutMain">
<div class="leftPane">
this is a fanpage about the most beneficial thing ever to bless humanity with its lovely presence. COFFEE.
</div>
<div class="rightPane">
<img id="about-img" src="http://3.bp.blogspot.com/-BEPMIGe3xrI/VVCzLZqdWfI/AAAAAAAABDI/zTypVdJkeBM/s1600/coffee%2Bwith%2Ba%2Bsmile.jpg">
</div>
</div>
<div class="footer">
<div class="social">
<a href="#">
<img class="social-image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="#">
<img class="social-image" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="#">
<img class="social-image" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</a>
</div>
<div>
<p>Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>