-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (88 loc) · 3.35 KB
/
Copy pathindex.html
File metadata and controls
114 lines (88 loc) · 3.35 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Lernantino // Web Developer</title>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!-- main logo / nav -->
<header>
<h1> Adama </h1>
<img src="images/adama-sall.jpg" style= "position: relative;
width: 100px;
height: 100px;
border-radius: 50%;">
<!-- class navbar> -->
<nav>
<ul>
<li> <a href="#about1">About Me</a></li>
<li> <a href="#work3">Work</a></li>
<li> <a href="#contact9"> Contact Me</a></li>
<li> <a href="#">Resume</a></li>
</ul>
</nav>
</header>
<!-- hero banner section -->
<section class="hero-banner">
<h3>Cool subtitle here!</h3>
</section>
<!-- main section container and child container -->
<main>
<!-- portfolio container -->
<div class="page-wrapper">
<!-- about me -->
<div class="about1" id="about1">
<h2> About Me </h2>
</div>
<div class="text-about2">
<p>
Helvetica put a bird on it church-key Blue Bottle banjo bespoke brunch Etsy authentic Marfa quinoa
typewriter plaid direct trade small batch wayfarers bicycle rights cliche craft beer gastropub single-origin
coffee
Godard Carles you probably haven't heard of them irony pickled kitsch synth sriracha gentrify literally
heirloom blog Truffaut paleo scenester.<br></br>Echo Park sriracha Pinterest vegan biodiesel 90's irony iPhone
Kickstarter Carles crucifix kitsch narwhal
dreamcatcher pickled trust fund selvage art party letterpress Tumblr post-ironic kogi Thundercats Tonx
Brooklyn Pitchfork Odd Future authentic normcore freegan leggings Schlitz chambray organic tousled retro fap
squid street art church-key fashion axe Wes Anderson bespoke whatever gentrify banh mi you probably haven't
heard of them American Apparel next level pug ugh.
</p>
</div>
<div class="work3">
<h2>Work</h2>
</div>
<div class="work-contain4" id="work3">
<h4>Surf Report <span style="font-size: 10px" ;>
Mern Stack</span></h4>
</div>
<div class="work-contain5">
<h4>LED Wall<span style="font-size: 10px" ;>
Node/loT</span></h4>
</div>
<div class="work-contain6">
<h4>Calculator <span style="font-size: 10px" ;>
React/JavaScript/CSS</span></h4>
</div>
<div class="work-contain7">
<h4>Pastel Puzzels <span style="font-size: 10px" ;> MERN Stack</span> </h4>
</div>
<div class="work-contain8">
<h4>Run buddy <span style="font-size: 10px" ;>HTML/CSS</span> </h4>
</div>
<div class="contact9">
<h2>Contact Me</h2>
</div>
<ol class="contact10" id="contact9">
<li><a href="numero">+55.666.666.66</a></li>
<li><a href="mailto: adamal.sall@gmail.com">adamal.sall@website.com</a></li>
<li><a href="https://github.com/kaiyfa" target="_blank">Github</a></li>
<li><a href="https://twitter.com/" target="_blank"> Twitter</a></li>
<li><a href="https://www.spotify.com/" target="_blank">Spotify</a> </li>
</ol>
</div>
</main>
</body>
</html>