-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (128 loc) · 6.28 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico|Archivo Narrow|Courgette|Poppins" rel="stylesheet">
</head>
<body>
<div id="leftside"></div>
<div id="rightside"></div>
<div id="navbar">
<ul id="navs">
<li id="homenav" class="nav"><a id="homenavlink" class="navlink" href="">Home</a></li>
<!--<li id="aboutnav" class="nav"><a id="aboutnavlink" class="navlink" href="">About</a></li>-->
<li id="portfolionav" class="nav"><a id="portfolionavlink" class="navlink" href="">Portfolio</a></li>
<li id="contactnav" class="nav"><a id="contactnavlink" class="navlink" href="">Contact</a></li>
</ul>
</div>
<!--<div id="logoholder">
<img id="logo" src="images/poweredbylove.png">
</div>-->
<div id="logoholder">
<h1 id="logotext">Welcome!</h1>
</div>
<!-- Central Sections -->
<div id="homesec" class="section">
<div id="homeheaderholder" class="secheaderholder">
<h1 id="homeheader" class="secheader">My Name is Josh</h1>
</div>
<div id="homecontent">
<div>
<img id="selfie" src="images/MyPicture.png">
</div>
<div class="textsec">
<h2> This is what I look like </h2>
<p> It's great to meet you! I hope you find the contents of this personal portfolio equal parts pleasing and apprising. I know I had fun making it.</p>
</div>
</div>
</div>
<!--<div id="aboutsec" class="section">
<div id="aboutheaderholder" class="secheaderholder">
<h1 id="aboutheader" class="secheader">About</h1>
</div>
<div id="aboutcontent">
<div class="textsec">
<p> It's great to meet you! I hope you find the contents of this personal portfolio equal parts pleasing and apprising. I know I had fun making it.</p>
</div>
</div>
</div>-->
<div id="portfoliosec" class="section">
<div id="portfolioheaderholder" class="secheaderholder">
<h1 id="portfolioheader" class="secheader">Portfolio</h1>
</div>
<div id="portfoliocontent">
<!-- Project One -->
<!-- <div class="imgcontainer">
<a href="#">
<img class="portfolioimage" src="images/angheroescapt.PNG" alt="">
</a>
</div> -->
<div class="textsec">
<h2>Angular Heroes</h2>
<p>This project was created as a consequence of my tutorial of AngularJS. Only the readme is available on github pages as the implementation does not run when hosted there. It's a proof of concept and relies upon proper installation of NPM and Node as well as being hosted on your local machine.</p>
</div>
<!-- /.row -->
<div class="githubbuttons">
<a class="githubbutton" href="https://gamefrenzy.github.io/AngularHeroes/">View on Github Pages</a>
<a class="githubbutton" href="https://github.com/Gamefrenzy/AngularHeroes.git">View Source Code on Github</a>
</div>
<!-- Project Two -->
<!-- <div class="imgcontainer">
<a href="#">
<img class="portfolioimage" src="images/personalportcapt.PNG" alt="">
</a>
</div> -->
<div class="textsec">
<h2>First Portfolio Mockup</h2>
<p>This is the first portfolio mockup I conjured up for my first usage of Photoshop.</p>
</div>
<div class="githubbuttons"><a class="githubbutton" href="https://gamefrenzy.github.io/PersonalPortfolio/">View on Github Pages</a>
<a class="githubbutton" href="https://github.com/Gamefrenzy/PersonalPortfolio.git">View Source Code on Github</a></div>
<!-- /.row -->
<!-- Project Three -->
<!-- <div class="imgcontainer">
<a href="#">
<img class="portfolioimage" src="images/bootportcapt.PNG" alt="">
</a>
</div> -->
<div class="textsec">
<h2>Old Bootstrap Template Portfolio</h2>
<p>This is the template I had originally adapted my portfolio to.</p>
</div>
<div class="githubbuttons"><a class="githubbutton" href="https://gamefrenzy.github.io/OldPortfolio/">View on Github Pages</a>
<a class="githubbutton" href="https://github.com/Gamefrenzy/OldPortfolio">View Source Code on Github</a></div>
<!-- /.row -->
<!-- Project Four -->
<!-- <div class="imgcontainer">
<a href="#">
<img class="portfolioimage" src="images/calccapt.PNG" alt="">
</a>
</div> -->
<div class="textsec">
<h2>Pretty CSS Calculator</h2>
<p>This is a basic calculator implemented with HTML, CSS, and jQuery/JavaScript. Originally a consequence of a tutorial, I customized it myself to solidify my understanding.</p>
</div>
<div class="githubbuttons"><a class="githubbutton" href="https://gamefrenzy.github.io/PrettyCalculator/">View on Github Pages</span></a>
<a class="githubbutton" href="https://github.com/Gamefrenzy/PrettyCalculator.git">View Source Code on Github</a></div>
</div>
</div>
<div id="contactsec" class="section">
<div id="contactheaderholder" class="secheaderholder">
<h1 id="contactheader" class="secheader">Contact</h1>
</div>
<div id="contactcontent">
<div id="contactlogos">
<a href="https://www.facebook.com/joshua.cornett.58"><img class="contactlogo" src="images/Layer1.png"></a>
<a href="https://github.com/Gamefrenzy"><img class="contactlogo" src="images/Layer2.png" ></a>
<a href="https://www.linkedin.com/in/joshua-cornett"><img class="contactlogo" src="images/Layer3.png" ></a>
</div>
</div>
<div id="footer"></div>
</div>
</body>
<footer>
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
</footer>
</html>