-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (69 loc) · 3.13 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
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ron's website</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="images/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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud-img" class="cloud_img_1">
<table cellspacing="20" class="head">
<tr>
<td><h1>Ron Bason</h1>
<p><em>Founder Of <strong>Ron Inc</strong></em></p>
<p>The Right Man For YOUR Job!</p></td>
</tr>
</table>
<img src="images/cloud.png" alt="cloud-img" class="cloud_img_2">
<img src="images/mountain.png" alt="mountain-img" class="mountain_img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/IMG_05911.jpg" width="200" height="141" alt="Ron's profile pic">
<h2>Hello.</h2>
<p>I am a professional program developer who is ready to work for you!</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="skill-img1" src="https://cdn-icons-png.flaticon.com/128/2933/2933245.png" alt="computer-png">
<h3>Python Programming</h3>
<p>Self taught python programmer, finished the "100 Days of Code: The Complete Python Pro Bootcamp
" course on udemy.</p>
</div>
<div class="skill-row">
<img class="skill-img2" src="https://cdn-icons-png.flaticon.com/512/2503/2503707.png" alt="manager-png">
<h3>Leadership And Communication Skills</h3>
<p>I have my leadership and communication skills experience from my past working as an Assistant Secretary in the Office of an Army Colonel and as an Assistant Manager at a Grocery Store</p>
</div>
<div class="hobbies">
<hr>
<h2>My Hobbies</h2>
<div class="hobbies-row">
<img class="chess" src="https://cdn-icons-png.flaticon.com/128/2991/2991436.png" alt="chess-png">
<h3>Playing chess</h3>
<p>Have been playing chess since i was 6 years old. and i'll never say no to a chess challenge 😉</p>
</div>
<div class="hobbies-row">
<img class="piano" src="https://cdn-icons-png.flaticon.com/128/3731/3731201.png" alt="piano-png">
<h3>Piano Playing</h3>
<p>Been playing piano since 10th grade. During the Covid 19 quarantine i learned to play the famous Chopin piece "Fantaisie Impromptu". This is one of my greatest achievements</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you liked what you read...</h3>
<p>Then why don't we work together? content me by pressing the button below!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<p>© 2023 Ron Bason.</p>
</div>