-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (75 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<title>Zachary Fish</title>
<link rel = "stylesheet" type = "text/css" href="style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class = "container">
<img class = "iceland" src = "icelandCrop.jpg" alt ="iceland">
<!-- <img class = "png-over" src = "heyimzach.png" alt ="heyimzach"> -->
<div class = "side">
<h1 class="hi">Hey! I'm Zach</h1>
<h4 class = "sub">Welcome to my site</h4>
</div>
</div>
<div class = "contact">
<div class= "marg">
<h2 class="contactHead"> Contact Info </h2>
<!--<img class = "contact-info" src = "contactinfo.png" alt ="contactinfo"> -->
<div class = "flex" style="padding-bottom: 20px">
<h3 class = "email"> <a href ="mailto:[email protected]"> Email: [email protected]</a> </h4>
<h3 class = "linked"> linkedIn: <a href = "https://www.linkedin.com/in/zach-fish/" target = "_blank"> www.linkedin.com/in/zach-fish/ </a> </h4>
<h3 class = "website"> GitHub: <a href = "https://github.com/zachfish" target="_blank"> www.github.com/zachfish</a> </h4>
</div>
</div>
</div>
<div class="blackBack">
<h2 class="center topSpace"> About Me </h2>
<p class = "about_me_text">
Hi! My name is Zach Fish, and I'm a computer science student at Yeshiva University. I have a passion for creating and innovating, which led me to fall in love with computer science. I have worked on several projects, won a HackYU competition, and completed an engineering internship at Twitter this past summer. I am currently pursuing a B.S. in Computer Science with a specialization in Machine Learning and a minor in mathematics, and I plan to graduate in May 2023. In addition to computer science, I love learning new skills and expanding my knowledge in a variety of areas. I am looking for a position where I can work hard, be part of a team, learn from my colleagues, and continue growing in my field.
</p>
</div>
<div class = "marg">
<h2 class = "contactHead center"> Coding Projects </h2>
<div class="flex">
<div class= "email">
<h3 > Custom Spam Filter for Email </h3>
<a href="https://github.com/zachfish/CustomEmailSpamFilter">
<img class ="box-pic" src = "colorinbox.png" alt = "spam filter">
</a>
</div>
<div class = "linked">
<h3 >Patent-Prior-Art-Finder </h3>
<a href="https://github.com/zachfish/Patent-Prior-Art-Finder">
<img class ="box-pic" src = "patent.jpg" alt = "spam filter">
</a>
</div>
<div class = "website">
<h3 > Document Store </h3>
<a href="https://github.com/zachfish/DocumentStore">
<img class ="box-pic" src = "colordoc.png" alt = "Document store">
</a>
</div>
</div>
</div>
<!--
<div class = "blackBack">
<div class = "marg">
<h2 class = "center topSpace"> Personal Projects </h2>
<div class="flex">
<h3 class= "email"> Photography </h3>
<div class = "leftSide">
<h3> Daydream Hoops </h3>
<img class="box-pic" src = "daydreamhoopslogo.png">
</div>
<div class = "rightSide">
<h3 > Graphic Design </h3>
</div>
</div>
</div>
</div>
-->
</body>
</html>