-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
52 lines (50 loc) · 2.04 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rawlings Green | Web Designer</title>
<meta name="author" content="Rawlings Green">
<meta name="description" content="Rawlings Green Web Designer">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Mansalva&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/37671a0938.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="main">
<div class="avatar_icon">
<img class="avatar_image" src="assets/image/profile.png">
</div>
<div class="name_pos">
<h1 class="name_name">Rawlings Green</h1>
<h4 class="position"><span>{</span>Web developer<span>}</span></h4>
</div>
<div class="desc_user">
<p>I am a science student in UST currently studying microbiology, and learning Web developement.</p>
</div>
<div class="skills">
<h3 class="skills_heading">Skills</h3>
<div class="skills_set">
<div class="skill_list">
<span>HTML</span>
<span>CSS</span>
<span>SCSS</span>
<span>Javascript</span>
<span>Bulma</span>
</div>
</div>
<div>
</section>
<div class="footer">
<h3 class="footer_heading">Connect with me</h3>
<div class="footer_soc">
<span><a href="https://twitter.com/asapabedi" target="_blank"><i class="fab fa-twitter-square fa-2x" style="color: #38A1F3;"></i></a></span>
<span><a href=""><i class="fab fa-github-square fa-2x" style="color: #6e5494;"></i></a></span>
<span><a href=""><i class="fab fa-facebook-square fa-2x" style="color: #3b5998;"></i></a></span>
</div>
</div>
</section>
</body>
</html>