-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
62 lines (59 loc) · 3.43 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="icons/rjb.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=Pacifico&display=swap" rel="stylesheet">
<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=Share+Tech+Mono&display=swap" rel="stylesheet">
</head>
<body class="body">
<div class="topnav">
<button type="button" class="mygame">My Game</button>
<button type="button" class="contactme">Contact Me</button>
</div>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1 class="h1">I'm Ryan.</h1>
<h3 class="programmer">a <span id="pro">pro</span>grammer.</h3>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="" alt="">
<h2 class="h2">Hello.</h2>
<p class="p">I am an individual full stack web developer. I have experience using HTML, CSS, Javascript, Node, React, MongoDB, Web3, and DApps.</p>
</div>
<hr>
<div class="skills">
<h2 class="h2">My Skills.</h2>
<div class="skill-row">
<img class="web-dev" src="https://cdn.pixabay.com/photo/2019/10/09/07/28/development-4536630_960_720.png" alt="web-dev-img">
<h3 id="coding">Web Development</h3>
<p class="description-1">I have over one year of experience in <a href="https://en.wikipedia.org/wiki/Web_development" target="_blank">web development</a>, working on various projects. I am proficient in HTML, CSS, JavaScript, PHP, and WordPress, and I can create responsive, user-friendly, and secure websites.</p>
</div>
<div class="skill-row">
<img class="cycle" src="https://cdn.pixabay.com/photo/2013/07/13/13/22/bike-160920_960_720.png" alt="cycle-img">
<h3 id="cycling">Cycling</h3>
<p class="description-2">I enjoy <a href="https://en.wikipedia.org/wiki/Cycling" target="_blank">cycling</a> as a hobby and a mode of transport. I have a mountain bike, and I can ride on different terrains and conditions. Cycling helps me stay fit, reduce stress, and commute.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="h2">Get In Touch</h2>
<img class="email" src="https://cdn.pixabay.com/animation/2022/07/31/16/09/16-09-18-437_512.gif" alt="email-@-img">
<h3 class="h3">I’m glad you want to get in touch with me.</h3>
<p class="p">
Fill out this <a target="_blank" href="email.html">form</a> and I will get back to you as soon as possible.
I look forward to hearing from you. Have a great day!</p>
</div>
</div>
<div class="bottom-container">
<h3 id="copyright">© 2023 Ryan<h3>
</div>
<script src="TheJS/button.js"></script>
</body>
</html>