-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
44 lines (44 loc) · 1.21 KB
/
Portfolio.html
File metadata and controls
44 lines (44 loc) · 1.21 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
<!--Has to be mobile responsive-->
<!DOCTYPE html>
<html>
<head>
<title>You Are Here</title>
<!--<link href="/normalize.css" rel="stylesheet">-->
<link href="PortfolioCSS.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1>Guessan G. Effi</h1>
<ul>
<li><a href="about.html">About Me</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Blog</a></li>
</ul>
</header>
<!--
<div class="container">
<div class="row" style="background-color: #fcb8d2; text-align: center">
<div class="col-md-4">
<h1>Content</h1>
</div>
<div class="col-md-4">
<h1>Content</h1>
</div>
<div class="col-md-4">
<h1>Content</h1>
</div>
</div>
</div> -->
<!--</br></br>-->
<footer>
<ul>
<li><a href="#">Contact Me</a></li>
<li><a href="https://github.com/Guessan">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/guessan-effi-412a4296/">LinkedIn</a></li>
</ul>
</footer>
</body>
</html>