-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (99 loc) · 5.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Antonino Candela | Spartan</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72081324-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--/*Background Image*/ -->
<header>
<a href="index.html" id="logo">
<h1>Antonino Candela</h1>
<h2>Spartan Computer Science Major</h2>
</a>
<nav>
<ul>
<li><a href="#" onclick="return false;" onmousedown="autoScrollTo('wrapper');">About</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
</header>
<section>
<div class="content_big">
<!-- Beggining of About me section-->
<div class="content">
<div class="hero">
<div class="AboutMeSection">
<div class="AboutMeSectionContent">
<h1>Software Engineer</h1>
<section style="display: inline-block;">
<a target="_blank" href="https://www.linkedin.com/in/antonino-candela-781b66112/"><img src="img/fb_profile_pic.jpg" alt="Photo of Antonino Candela" class="profile-photo"></a>
<h3>Personal Info</h3>
<p>Hello and welcome to my website! My name is Antonino Candela (You can just call me Nino), and I'm an aspiring Computer Scientist at Michigan State University. I have experience with Python, HTML/CSS, C, C++, C#, GIT, Bash Shell, Linux, QT, .NET, and Angular 1. I'm interested in both Front-End and Back-End development. I've taken many classes at Michigan State, including: Mobile App Development, Algorithms Engineering, Web Architecture, Networks, and Artificial Intelligence. Currently the most interesting topic in computer scinece to me is blockchain technology. I've had internships at Gerneral Dynamics and Crowe Horwath LLP. Please take a look around the website and contact me with any questions you may have or employment opportunities.</p>
<div style="float: left; width: 100%;">
<a target="_blank" href="https://github.com/ninomsu"> <img class="github-pic" src="img/github1600.png" alt="github logo"></a>
<p style="float: left;">
<h3 style="padding-top: 50px;">Portfolio</h3>
<p> Interested in some of my coding projects outside of school? Checkout my GitHub!</p>
</p>
</div>
</section>
</div>
<div id="contact" class="content_box">
<section id="primary">
<h3>General Information</h3>
<p>I'm currently looking for Internship/Coopertive working opportunities related to Computer Science. </p>
<p>Please contact me with the following contact details with any inquiries.</p>
<h3>Contact Details</h3>
<ul class="contact-info">
<li class="phone"><a href="tel:586-770-9844">586-770-9844</a></li>
<li class="mail"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
<section id="secondary">
<div id="main">
<div id="form_sample"><form action="http://formspree.io/[email protected]" method="POST">
<br/>
<label>Your Name : </label>
<input type="text" name="name">
<br/>
<label>Your Email : </label>
<input type="text" name="_replyto">
<br/>
<label>Your Message : </label>
<textarea name="message"></textarea>
<br/>
<input type="text" name="_gotcha" style="display:none" />
<input type="submit" value="Submit">
</form>
</div>
</div>
</section>
<footer>
<a target="_blank" href="https://www.linkedin.com/in/antonino-candela-781b66112/"><img src="img/link3.png" alt="Facebook Logo" class="social-icon"> </a>
<p>© 2017 Antonino Candela</p>
</footer>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="http://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>