-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (65 loc) · 3.21 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Travis-T</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<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=The+Nautigal:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Merriweather&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=The+Nautigal:wght@700&family=Vujahday+Script&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="cloud1" src="images/cloud.png" alt="cloud image">
<h1>I am Travis.</h1>
<p class ="pro">a programmer.</p>
<img class="cloud2" src="images/cloud.png" alt="cloud image">
<img class="moutain" src="images/moutain.png" alt="moutain image">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/khabanh.png" alt="KhaBanh" height="250">
<h2>Hello.</h2>
<p class="Intro">I am a Web Developer and IOS Developer</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="css-img" src="images/css-3.png" alt="css" height="300">
<h3>Design and Development</h3>
<p class="codeskill-description">I started learning how to code when I was 18 years old because I wanted to make my own website and video games. Over time, i have gained a wealth of experience designing and developing mobile applications and web applications.</p>
</div>
<div class="skill-row">
<img class="html-img" src="images/html.png" alt="html" height="300">
<h3>My Hobbies</h3>
<p>Actually my favorite things that i would like to do in my free time is watching movies and reading. I also love eating hot wings and chanllenging myself </p>
</div>
</div>
<br>
<hr>
<br>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are interested in coding as i do. Lets talk about how awesome they are!!!!! </h3>
<a class="btn" href="mailto:name@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© 2022 Travis T.</p>
</div>
</body>
</html>