-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
169 lines (143 loc) · 7.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="google-site-verification" content="fsqjfqJuJ-EmX72QLYhUGze-leS01aYSm423zP2tuAg" />
<link rel="icon" href="images/LiteTech.png">
<title>Will Ronchetti</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<img id="logo-container" src="images/LiteTech.png" class="brand-logo" style="width:70px"></img>
<ul class="right hide-on-med-and-down">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSeETe8kEPutE47sC7eB-3hOJnUHouyw2TD79b-WupXAZlv7xw/viewform?usp=sf_link" target="_blank">Contact</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html">Home</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#">Navbar Link</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center white-text text-lighten-2">William Ronchetti</h1>
<div class="row center">
<h5 class="header col s12 light">Software Engineer. Athlete. Cryptocurrency Enthusiast.</h5>
</div>
<div class="row center">
<a href="images/Ronchetti_William.pdf" target="_blank" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">Resume</a>
<a href="https://www.linkedin.com/in/william-ronchetti-569839121/" target="_blank" id="download-button" class="btn-large waves-effect waves-light teal lighten-1">LinkedIn</a>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="images/background1.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Software Engineer</h5>
<p class="light">I have both a Bachelor of Arts and a Master of Engineering in Computer Science from Cornell University. I specialize in (Operating) Systems, Networking and Distributed Systems. I also have interests that include various aspects of data science, such as natural language processing and machine learning. Currently I am working as a Remote Research Assistant at Duke University in the ECE department.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">directions_run</i></h2>
<h5 class="center">Athlete</h5>
<p class="light">I've been a three sport athlete my entire life, running cross country, indoor and outdoor track in high school and at Cornell. I am still very much into living an active, healthy lifestyle.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">visibility_off</i></h2>
<h5 class="center">Cryptocurrency Enthusiast</h5>
<p class="light">I find cryptocurrencies like Bitcoin and Ethereum to be truly fascinating - they really changed the name of the game as far as distributed systems are concerned. I think these technologies are the way of the future, and a large portion of my interest is in researching and building systems to supplement that future.</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light"></h5>
</div>
</div>
</div>
<div class="parallax"><img src="images/background2.jpg" alt="Unsplashed background img 2"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Contact Me</h4>
<p class="left-align light">Please use the Google form on the nav bar at the top of the page to most easily get in contact with me. I'm also most reliably reached through email, wrr33 (at) Cornell (dot) edu. Feel free to drop an email as well, especially if I'm lagging behind getting back to you! You can also find me on LinkedIn <a href="https://www.linkedin.com/in/william-ronchetti-569839121/">here</a> and Github <a href="https://github.com/willronchetti">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light"></h5>
</div>
</div>
</div>
<div class="parallax"><img src="images/background3.jpg" alt="Unsplashed background img 3"></div>
</div>
<footer class="page-footer teal">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Checkout My Work!</h5>
<p class="grey-text text-lighten-4">I've been a part of several highly successful projects, three of my most notable are mentioned below.
Some have active web links. Check them out!</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Web</h5>
<ul>
<li><a class="white-text" href="http://www.areyouboard.info">AreYouBoard?</a></li>
<li><a class="white-text" href="#!">EzraCoinL</a></li>
<li><a class="white-text" href="#!">LiteTrader</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Github</h5>
<ul>
<li><a class="white-text" href="https://github.com/willronchetti/areyouboard">Web Source for AreYouBoard?</a></li>
<li><a class="white-text" href="#!">Ask me for source!</a></li>
<li><a class="white-text" href="#!">Ask me for source!</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>