-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (103 loc) · 4.5 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donaghy "Conlan" Henson</title>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&family=Unbounded&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
</head>
<body>
<div class="top">
<img class="img1" src="images/imgbin_uga-arch-uga-alumni-association-bulldog-png.png">
<img class="img2" src="images/imgbin_uga-arch-uga-alumni-association-bulldog-png.png">
</div>
<div class="middle">
<h1>Donaghy "Conlan" Henson</h1>
<h2>Computer Systems Engineering student at the University of Georgia</h2>
<img src="cv/images/personal_headshot1.jpeg" title="Conlan with NE Georgia background" width="200" height="300">
<h2>Greetings, and welcome to my page.</h2>
<p>I enjoy immersing myself into engineering and it's relevant areas in order to become a well rounded engineer myself.
With so much to learn, everyday is a new opportunity to continue the expansion of my knowledge to become the best version
of me I can be.
</p>
<hr class="hr2">
<h2>My skills</h2>
<h3><i>Languages</i></h3>
<div class="content_container">
<div class="column1">
<div id="left_column">
<img class="img3" src="images/PinClipart.com_street-lamp-clipart_123318.png">
</div>
<div id="right_column">
<ul>
<li>Java</li>
<li>JavaScript</li>
<li>C</li>
<li>C++</li>
<li>CSS</li>
<li>Swift</li>
<li>R</li>
<li>Ruby</li>
<li>HTML</li>
<li>Version-Control Software (Git)</li>
<li>Jekyll</li>
<li>Liquid</li>
<li>YAML</li>
<li>XML</li>
<li>Markdown</li>
<li>Verilog</li>
<li>Assembly</li>
<li>SPICE</li>
<li>Arduino</li>
</ul>
</div>
</div>
</div>
<div class="section2">
<hr class="hr2">
<h3><i>Leadership and Experience</i></h3>
<div class="content_container2">
<div class="float_left"><img src="images/SanfordStadium_transbg.png" /></div>
<div class="float_right"> <dl>
<dt><a href="http://norfolksouthern.com/content/nscorp/en.html" target="_blank">Norfolk Southern Rail Company — Atlanta, Georgia</a></dt>
<dd><i>Information Security Analyst Intern</i></dd>
<dd>Summer (May-August) 2022</dd>
<dt>UGA Georgia Informatics Institute (GII) — Athens, Georgia</dt>
<dd><i>Web Developer</i></dd>
<dd>Spring 2022</dd>
<dt>UGA CyberArch Program in CVIOG — Athens, Georgia</dt>
<dd><i>Intern, Team Leader</i></dd>
<dd>Fall 2022 - Present</dd>
</dl>
</div>
</div>
</div>
<div class="section3">
<hr class="hr3">
<h3><i>Skills (🦾(Worst), 🦾🦾(Average), 🦾🦾🦾(Best))</i></h3>
<div class="content_container3">
<div class="float_left"><img src="images/favpng_terry-college-of-business-university-georgia-bulldogs-football-uga-arch-clip-art.png" /></div>
<div class="float_right"><dl>
<dt>Git/GitHub/GitHub Pages 🦾🦾🦾</dt>
<dt>Programming 🦾🦾🦾</dt>
<dt>Communication/Team-Work 🦾🦾🦾</dt>
<dt>LaTeX, document writing application 🦾🦾🦾</dt>
<dt>Microsoft Office/Apple iWork Productivity Suites 🦾🦾🦾</dt>
<dt>Developing professional presentations in PowerPoint/Keynote 🦾🦾🦾</dt>
</dl></div>
</div>
</div>
<div class="section4">
<h3><a class="fcc-btn" href="contact.html" target="_blank"><i>Get in Touch</i></a></h3>
<hr>
</div>
</div>
<div class="bottom">
<footer><p> ©onlan Henson, <i>2023</i></p></footer>
</div>
</body>
</div>
</html>