-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathex3.html
More file actions
52 lines (41 loc) · 2.25 KB
/
ex3.html
File metadata and controls
52 lines (41 loc) · 2.25 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
<html labg="en">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<head>
</head>
<body>
<div class="main">
<nav class="col-1">
<div class="desc">
<img src="1.jpg">
<ul>
<li><a href="#">ABOUT</a></li>
<li><a href="#">EXPERIENCE</a></li>
<li><a href="#">EDUCATION</a></li>
<li><a href="#">SKILLS</a></li>
<li><a href="#">INTERESTS</a></li>
<li><a href="#">AWARDS</a></li>
</ul>
</div>
</nav>
<div class="content">
<h1>CLARENCE <span style="color: #A0522D;">TAYLOR</span></h1>
<div class="description">
<p>3542 BERRY STREET-CHEYENNE WELLS,CO 80810-(317)585-8468-<span style="color: #A0522D;">NAME@EMAIL.COM</P></p>
</div>
<div class=paragraph>
<p>
I am experienced in leveraging agile framework to provide a robust synopsis for high level overviews.
Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
</p>
</div>
<a href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a href="#" > <i class="fa fa-twitter-square" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-github" aria-hidden="true"></i></a>
<hr>
<h2>EXPERIENCE</h2>
</div>
</div>
</body>
</html>