-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (82 loc) · 4.63 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jim Bray, computer designer applications developer</title>
<link rel="stylesheet" href="CSS/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#00aed1">
<link rel="shortcut icon" href="favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#00aed1">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Jim</h1>
<p>
<h2>a <span class="pro">pro</span>grammer.<h2>
</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="small-round-image" src="images/JimBray.png" alt="Jim-Bray">
<h2>Hello.</h2>
<p>I started coding when I was 14 years old because a math teacher said that if I could program the "classroom" computer to do my math homework, then I could do my homework and take my test this way. So, I took that challenge and passed my
class with an A. However, at the time, I was way more interested in girls than coding so I didn't hone my skills until much later in life.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-image-row2" src="images/doctor.png" alt="medical-professional">
<h3>Medical Professional</h3>
<p>I have been a practicing Respiratory Care Practitioner in Intensive Care and Emergency Departments for over 25 years. Utilizing all those years of acquired knowledge, has given me a definite advantage in building and developing the precise technology medical professionals desire when at the bedside. In addition, the decrease in cost to the medical care facilities as a result of utilizing these technologies has a proven track record which when used as intended, will decrease cost to their patients.</p>
</div>
<div class="skill-row">
<img class="skill-image-row1" src="images/coding.png" alt="computer-programmer">
<h3>Web Application Developer</h3>
<p>Lorem ipsum dolor sit amet, quis in duis, iaculis id felis. Consectetuer vestibulum, nunc urna lectus, erat ligula. Hendrerit nam, lectus ante, ut lorem eros.</p>
</div>
<div class="skill-row">
<img class="skill-image-row2" src="images/iphone.png" alt="iOS-mobile-developer">
<h3>iOS Application Developer </h3>
<p>Lorem ipsum dolor sit amet, quis in duis, iaculis id felis. Consectetuer vestibulum, nunc urna lectus, erat ligula. Hendrerit nam, lectus ante, ut lorem eros.</p>
</div>
<div class="skill-row">
<img class="skill-image-row1" src="images/android.png" alt="android-mobile-developer">
<h3>android Application Developer </h3>
<p>Lorem ipsum dolor sit amet, quis in duis, iaculis id felis. Consectetuer vestibulum, nunc urna lectus, erat ligula. Hendrerit nam, lectus ante, ut lorem eros.</p>
</div>
<div class="skill-row">
<img class="skill-image-row2" src="images/chillies.png" alt="chillies">
<h3>Lorem Ipsum Dolor</h3>
<p>Lorem ipsum dolor sit amet, mauris sed consectetuer. Etiam et eu, bibendum interdum, lacus quis mauris. Curabitur wisi, quisque vel eu, rutrum nam.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Lorem ipsum dolor sit amet, non elit.</h3>
<p>Lorem ipsum dolor sit amet, in quis, aenean amet. Phasellus sodales, tellus donec dui, ornare erat.</p>
<br>
<a class="butn" href="mailto:[email protected]">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>
<br><br><br>
<p class="rights">Copyright © 2019 Bold Charisma Development LLC.</p>
<p class="rights">ALL RIGHTS RESERVED</p>
</div>
</body>
</html>