-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (120 loc) · 5.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale = 1.0;
maximum-scale=1.0; user-scalable=no" />
<title>Shaffer Software</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Old Code for multiple sites
<h3>
<table style="width:100%">
<tr>
<th><a href="index.html" class="page-link">Home</a></th>
<th><a href="projects.html" class="page-link">Projects</a></th>
<th><a href="contact.html" class="page-link">Contact</a></th>
</tr>
</table>
</h3>
-->
<p class="reconstruction">
Website currently down for reconstruction, effective 4 May, 2018, 07:30 Eastern Time (GMT -5). Estimated reconstruction completion: 31 May, 2018.
<br />
<strong><a href="doc/Shaffer_Zachary_Internship_Resume.pdf" download target="_blank">Click here</a></strong> to download my resume if needed.
<strong><a href="https://github.com/shafferz/Public-Projects" target="_blank">Click here</a></strong> to visit my GitHub portfolio repository, also undergoing construction.
<br />
Thank you for your understanding and patience! Questions? <strong><a href="https://linkedin.com/in/shafferz" target="_blank">Reach out to me via LinkedIn.</a></strong>
</p>
<!-- temporarily down for construction, old code here:
<img src="img/logo_big.png" class="logo"/>
<div class="evenSect">
<h1>
Who am I?
</h1>
<p class="main-paragraph">
<img src="img/me.jpg" width="200" class="img"/> <br />
My name is Zachary Shaffer, and I am a student, researcher, teaching assistant, and software devloper from Pittsburgh, PA. I am currently an undergraduate student at Allegheny College pursuing a Computer Science Major and Communication Arts Minor. My professional interests consist of video game development, web development, and cyber-security research. My general interests include playing video/board games and socializing.
</p>
</div>
<div class="oddSect">
<h1>
What are my skills?
</h1>
<p class="main-paragraph">
<ul class="list">
<li>
Over 2,000 lines of Java and LaTeX source code produced.
</li>
<li>
Over 500 lines of Python, HTML5, CSS, and C++ source code produced.
</li>
<li>
Over 1,000 hours of community service that has sharpened my teamwork, public speaking, and communication skills.
</li>
<li>
Proficiency in multiple popular software packages, such as Microsoft Office, the Adobe Creative Suite, and the Unity Engine.
</li>
<li>
Familiarity with writing source code in C# and JavaScript.
</li>
<li>
And more!
</li>
</ul>
</p>
</div>
<div class="evenSect">
<h1>
What have I done?
</h1>
<p class="main-paragraph">
In addition to designing this website, you can learn more about what I've done by checking these links: <br />
<strong><a href="doc/Shaffer_Zachary_Internship_Resume.pdf" download target="_blank">Click here</a></strong> to download my resume, or
<strong><a href="https://github.com/shafferz/Public-Projects" target="_blank">Click here</a></strong> to visit my GitHub portfolio repository!<br />
As I continue to work on new projects, I will add them to my portfolio repository on GitHub. Check there for the latest developments in my work!
</p>
</div>
<div class="oddSect">
<h1>
How do you contact me?
</h1>
<p class="main-paragraph">
<div class="medias_container">
<div class="social_medias">
<strong>LinkedIn Profile:</strong><br />
<a href="https://www.linkedin.com/in/zachary-shaffer-0225a1125/" target="_blank">
<img class="link_logo" src="img/LinkedIn_logo_initials.png" width="100px"/>
</a>
</div>
<div class="social_medias">
<strong>Github Profile:</strong><br />
<a href="https://github.com/shafferz" target="_blank">
<img class="link_logo" src="img/github.png" width="100px"/>
</a>
</div>
<div class="social_medias">
<strong>Send me an email with Gmail:</strong><br />
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=shafferz@allegheny.edu&su=A+Message+From+Your+Website" target="_blank">
<img class="link_logo" src="img/New_Logo_Gmail.svg.png" width="100px"/>
</a>
</div>
<div class="social_medias">
<strong>Twitter Profile:</strong><br />
<a href="https://www.twitter.com/shafferzshaffer" target="_blank">
<img class="link_logo" src="img/twitter-logo.png" width="100px"/>
</a>
</div>
</div>
</p>
</div> -->
<div class="bottom-page-info">
<hr />
<p>
© 2017 Zachary Shaffer, All Rights Reserved. v2.3.8
</p>
</div>
</body>
</html>