-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (136 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Cole Bollig</title>
<link rel="stylesheet" href="format.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="PortfolioScript.js"></script>
</head>
<body>
<!--Top Banner-->
<div class="Banner">
<h1 class="Banner-text-main">Cole Bollig</h1>
<hr class="Purple-line">
<br>
<p class="Banner-text">Software Engineer | Game Developer </p>
<hr class="line">
<br>
<p class="filler">filler</p>
<p class="copyResponse1" id="copyHidden">Email Copied</p>
<a href="javascript:void(0);" class="Banner-email" id="email-link1">Copy Email |</a>
<a class="Banner-link" href="https://www.linkedin.com/in/cole-bollig-5b38861b7" target="_blank"> Linkedin</a>
</div>
<!--Container for projects-->
<div class="portfolio-projects-conatiner">
<!--All portfolio projects-->
<input type="text" value="[email protected]" id="myInput">
<h2 class="header-text" width="99%">Portfolio</h2>
<hr class="Purple-line">
<br>
<div class="grid-container" id="grid">
<!--Project 1: Shepards Hunt-->
<div class="grid-item-info1">
<h3></h3>
<p></p>
</div>
<div class="grid-item-role1">
<h3></h3>
<p></p>
</div>
<div class="grid-item1" id="closed">
<img src="./images/HuntLoad.png" alt="Shepherds Hunt" class="project-picture">
<br>
<h2 class="project-name">↑Shepherds Hunt↑</h2>
</div>
<!--Project 2: Portfolio Project-->
<div class="grid-item2" id="closed">
<img src="./images/OMTLoad.png" alt="One More Time" class="project-picture">
<br>
<h2 class="project-name">↑One More Time↑</h2>
</div>
<div class="grid-item-info2">
<h3></h3>
<p></p>
</div>
<div class="grid-item-role2">
<h3></h3>
<p></p>
</div>
<!--Project 3: Texas Ranger-->
<div class="grid-item-info3">
<h3></h3>
<p></p>
</div>
<div class="grid-item-role3">
<h3></h3>
<p></p>
</div>
<div class="grid-item3" id="closed">
<img src="./images/TexasRanger.png" alt="Texas Ranger" class="project-picture">
<br>
<h2 class="project-name">↑Texas Ranger↑</h2>
</div>
</div>
</div>
<hr class="Divide-line">
<!--About me-->
<div class="my-info-container">
<h2 class="header-text">About Me</h2>
<hr class="Purple-line">
<div class="about-me-grid-container" id="about-me-grid">
<div>
<h2 class="about-me-header">Who Am I?</h2>
<br>
<p class="about-me-text" style="padding-left: 10px;"> I am an up and coming game developer with a passion for coding. I came to be a game developer through my love of coding and video games. On top of fondness for code and games, I have a very creative mind full of ideas waiting to come to life. But in order to be able to manifest the worlds trapped in my head I still need more experince. Luckily, I am a quick learner who wants to continue the expansion of my skillset and expertise.</p>
</div>
<div></div>
<div>
<h2 class="about-me-header">My Hobbies</h2>
<br>
<p class="about-me-text">As of now I don't have much personal time so my hobbies consist of playing video games, but in the future I would like to get into some more hobbies. <b>Including:</b></p>
<br>
<table>
<tbody>
<tr>
<th></th>
<th>Cooking</th>
<th>Gardening</th>
<th></th>
</tr>
<tr></tr>
<tr>
<th></th>
<th>Reading</th>
<th>Woodworking</th>
<th></th>
</tr>
<tr></tr>
<tr>
<th></th>
<th>Music production</th>
</tr>
</tbody>
</table>
</div>
<div></div>
<div>
<h2 class="about-me-header">Education & Work</h2>
<br>
<p class="about-me-text"><b>Education:</b><br>MATC - Liberal Arts Transfer Degree <br>December 2018 <br><br>UWW - Media Arts and Game Dev. with a technological emphasis and a Minor in Computer Science <br>May 2021 <br><br><br><b>Work:</b> <br>Currently have not worked in any professional jobs for desired job choice.</p>
</div>
</div>
</div>
<!--Page footer-->
<footer>
<div padding="5px">
<a href="https://www.linkedin.com/in/cole-bollig-5b38861b7" target="_blank"><img src="./images/linkedin.png" alt="Linkedin" class="footer-img" id="back"></a>
<a href="javascript:void(0);"><img src="./images/at.png" alt="@" class="footer-img" id="email-link2"></a>
<p class="copyResponse2" id="copyHidden">Email Copied</p>
</div>
</footer>
</body>
</html>