-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (120 loc) · 5.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype html>
<html class="no-js" lang="">
<head>
<link rel="icon" href="JoshuaJonesLogo.png">
<style>
</style>
<meta charset="utf-8">
<title>Joshua Jones Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<!-- Headers for the top of the site -->
<div class="inlineHeader">
<h1><a href="#AboutMe" class="AboutMe">About Me         </a></h1>
<h1><a href="#CodingExperience" class="CodingExp">Coding Experience         </a></h1>
<h1><a href="#WorkExperience" class="WorkExp">Education         </a></h1>
<h1><a href="#PersonalProjects" class="PersonalProjects">Personal Projects         </a></h1>
<h1><a href="#BottomLink" class="ContactMe">Contact Me</a></h1>
</div>
<div>
<p class="Joshua">Joshua</p>
<p class="Jones">Jones</p>
<div>
<img class="HeaderImage" src="HeaderBorder.png">
<img class="HelloWorld" src="HelloWorld.png">
<img class="EndOfHelloWorld" src="EndOfHelloWorld.png">
</div>
</div>
<!-- The first part of the webpage -->
<div>
<h1 class ="JoshuaJonesHeader">Hello, <br> I'm Joshua Jones</h1>
<p class="CSdegree">-Sophomore Computer Science Major at John Tyler Community College</p>
</div>
<!-- About Me section of the website -->
<div class="HiddenText">
<p id="AboutMe">P</p>
</div>
<div>
<h2 class="AboutMeText" >About Me</h2>
<p class="AboutMeParagraph">Since taking my first programming class in my junior year of high school, I have known this is what<br>
I want to do for the rest of my life. Problem-solving is one of the most entertaining things for me, and<br> always has been, which is
why I enjoy coding so much. <br>I took another programming class in my senior year of high school because I loved the first class<br> so much.
The second class was called "AP Introduction to Computer Science Principles", and<br> I actually got college credits from that class.
I am now a Computer Science major in my sophomore year<br> at John Tyler Community College, with plansto transfer to George Mason University
for my junior and senior year.</p>
</div>
<div>
<img class="WhiteAboutBox" src="Very_Black_screen.jpg">
</div>
<!-- Coding Experience section of the website -->
<div>
<h2 id="CodingExperience" class="CodingExpHeader">Coding Experience</h2>
<div class="CodingExpImgs">
<img class="PythonImg" src="Python%20Icon.png">
<img class="HTMLImg" src="HTML%20Icon.png">
<img class="CSSImg" src="CSS%20Icon.png">
</div>
</div>
<!-- Work Experience section of the website -->
<div>
<h2 id="WorkExperience" class="WorkExpHeader">Education</h2>
<p class="WorkExpText">I am a rising sophomore at Brightpoint Community College (Previously John Tyler Community College)<br>
with a 3.1 GPA<br>
<br>
I plan to transfer to George Mason University for the Fall 2023 semester, where I will continue to get my BS in Computer Science.<br>
I have already taken an introductory computer science course that taught the Python programming langauge. <br>
I will be taking Object-Oriented programming in this upcoming Fall 2022 semester, and then I will take Data Structures<br>
and Analysis of Algorithms in my Spring 2023 semester.</p>
</div>
<div>
<img class="BackgroundCodingIMG" src="BackgroundProgramming.png">
<img class="BackgroundCodingIMG2" src="BackgroundProgramming.png">
</div>
<!-- Work Experience section of the website -->
<div>
<h2 id="PersonalProjects" class="PersonalProjectsHeader">Projects</h2>
<p class="HangmanText">This simple hangman game was <br>
created using python in my<br>
AP Introduction to Computer<br>
Science Principles class</p>
<p class="BudgetText">This budgeting project <br>
is my first personal project <br>
other than this website.</p>
<div id="HangmanLink">
<a class="HangmanSource" href="https://gist.github.com/JoshuaJ18/736aaf46791a02d5bdfaed1d1c97d42e" target="_blank">Source Code</a>
<a class="BudgetSource" href="https://github.com/JoshuaJ18/Budgeting-Python-Project" target="_blank">Source Code</a>
</div>
<div>
<img class="HangmanPic" src="Hangman.png">
<img class="BudgetPic" src="Budget.jpg">
</div>
</div>
<div class="BottomBox"></div>
<div id="BottomSocials">
<div id="BottomLink">
<p>Link</p>
</div>
<a class="BottomTextL" href="https://www.linkedin.com/in/joshua-jones-6106a2243" target="_blank">LinkedIn</a>
<a class="BottomTextG" href="https://github.com/JoshuaJ18" target="_blank">GitHub</a>
<a class="BottomTextE" href="mailto: joshuanjones18@gmail.com" target="_blank">Email Me</a>
</div>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>