-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
66 lines (63 loc) · 3 KB
/
services.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
<!DOCTYPE html>
<html>
<head>
<title>Caleb | Home</title>
<meta name="viewport" content="width-device-width, initial-scale=1">
</head>
<link rel="stylesheet" href="css/index.css">
<!-------------------------------------->
<body>
<div id="particles-js"></div>
<!--Banner, logo, etc-->
<header>
<a id="logo" href="index.html"><img src="images/Logo2.png"></a>
<img id="banner" src="images/Banner.png">
<img id="headshot" src="images/selfie.jpg">
</header>
<!--Nav bar-->
<div class="navigation">
<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a style="background-color: #077;" href="services.html">Services</a>
</div>
<!-- Main body of the website -->
<!-- <a class="resume" href="projects/Caleb_Braddick_Resume.pdf" download>Resume</a> -->
<a style="text-decoration: none;" target="_blank" href="projects/Caleb_Braddick_Resume.pdf" download><h4 class="resume">Resume</h4></a>
<br>
<div class="aboutMe">
<p>
My name is Caleb Braddick.
I am a recent graduate of Wheaton College (MA), with a Bachelor of Arts in Computer Science and a minor in
Music Theory.
I specialize in Full Stack Web Development and in Software Engineering, and
have plenty of experience writing programs and web sites.
I am a hard-working and dedicated person with a broad range of skills
and knowledge. I am very passionate about coding and I pride myself in writing readable and
efficient backend software.
<br>
Potential employers, please take a look at my <a href="portfolio.html">Portfolio</a> and download my resume (above).
<br>
For individuals seeking to have a website or application made, please see my
<a href="services.html">Services</a> page.
</p>
<h2>About Me</h2>
<p>
Aside from coding and playing video games, I like to sing and write poetry in my free time. I've sung
in acapella groups in high school and college, and I have a published poem in my college's literary magazine,
<a href="https://wheatoncollege.edu/academics/majors-minors/creative-writing/rushlight-literary-magazine/">Rushlight</a>.
</p>
</div>
<footer>
<h3 class="contact-me-header">
Contact Me
</h3>
<div class="contact-me">
<img src="images/gmail.png" alt="Gmail logo">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</footer>
<!-- Import particles.js -->
<script src="js/particles.js-master/particles.js"></script>
<script src="js/particles.js-master/demo/js/app.js"></script>
</body>
</html>