-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
37 lines (33 loc) · 1.8 KB
/
Home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Home</title>
</head>
<body>
<img src="2.jpg" class="photo" alt="">
<div class="nav">
<ul>
<a href="#" class="link">Home</a>
<a href="About Me.html" class="link" >About</a>
<a href="Contact Me.html" class="link"> Contact</a>
</ul>
</div>
<div class="text"><h1>I'M EMILY SMITH</h1>
<h3>WEB DESIGNER.</h3> <br>
<p>I have deep knowledge web development to create<br> an responsive websites.Leading the development<br>
from design to implementation. ensuring seamless<br> and visually appealing user experience.</p>
<p>I have deep knowledge web development to create<br> an responsive websites.Leading the development<br>
from design to implementation. ensuring seamless<br> and visually appealing user experience.</p>
<span class="badge rounded-pill bg-warning text-dark" style="width: 125px; height: 25px; padding-top: 7px;" >Download My CV</span>
</div>
</body>
</html>