-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (87 loc) · 5.89 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew Stallone's Portfolio</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.blue_grey-green.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body class="main mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header main">
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
<span>
<div class="mdl-layout__header-row"></div>
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
<h2 style="font-family:'Monaco'">> Matthew Stallone's Portfolio<span class="blink">_</span></h2>
</div>
<div class="mdl-layout--small-screen-only mdl-layout__header-row">
<h4 style="font-family:'Monaco'">> Matthew Stallone's<br>Portfolio<span class="blink">_</span></h4>
</div>
</span>
<div id="tabs" class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark" style="height:44px; font-family:'Monaco'">
<a href="#" class="mdl-layout__tab" onclick="goHome()"><span style="text-transform: lowercase;">cd Home</span></a>
<a href="#portfolio" class="mdl-layout__tab is-active"><span style="text-transform: lowercase;">ls Projects</span></a>
<a href="#help" class="mdl-layout__tab"><span style="text-transform: lowercase;">help</span></a>
</div>
</header>
<main class="mdl-layout__content">
<!-- Portfolio !-->
<div class="mdl-layout__tab-panel is-active" id="portfolio">
</div>
<!-- help !-->
<div class="mdl-layout__tab-panel" id="help">
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--12-col">
<h4 style="font-family:'Monaco';">Help</h4>
<p>To be filled. Entire portfolio below.</p>
<form method="get" action="mstallone_portfolio.zip" style="text-align:center">
<button id="down" class="mdl-button mdl-js-button mdl-button--primary">Download Portfolio</button>
</form>
<div class="mdl-tooltip" for="down">zip compression</div>
</div>
</section>
</div>
<!-- footer !-->
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Matthew Stallone</div>
<ul class="mdl-mini-footer__link-list">
<li><a href="#" onclick="alert('None. ;)')">Privacy & Terms</a></li>
</ul>
</div>
<div class="mdl-mini-footer__right-section">
<ul class="mdl-mini-footer__link-list">
<li>All rights reserved, 2016</li>
</ul>
</div>
</footer>
</main>
</div>
<!-- home !-->
<div class="container" style="text-align: center">
<div id="close" class="close" style="float:left; color: #465a63; padding-left:20px; cursor: pointer;" onclick="goHome()"><i class="fa fa-times fa-2x"><span class="fix-editor"> </span></i></div>
<h1 style="color: #495d66; font-size: 4.5em; font-weight: 900; letter-spacing: -0.04em; line-height: 1em; padding-top:1em; margin-top: 0">Matthew Stallone</h4>
<p style="color: #495d66; font-size: 1.25em; margin: 0.75em 0 0.25em 0; padding-bottom: 1.6em">Student • Developer</p>
<div id="twitter" class="icon-wrapper"><a href="https://twitter.com/mjstallone" style="text-decoration:none; rgba(0, 0, 0, 0.0);"><i class="fa fa-twitter custom-icon"><span class="fix-editor"> </span></i></a></div>
<div class="mdl-tooltip" for="twitter">Follow me on Twitter</div>
<div id="facebook" class="icon-wrapper"><a href="#" style="text-decoration:none; rgba(0, 0, 0, 0.0);"><i class="fa fa-facebook custom-icon"><span class="fix-editor"> </span></i></a></div>
<div class="mdl-tooltip" for="facebook">Not yet created</div>
<div id="port" class="icon-wrapper" onclick="goHome()"><i class="fa fa-folder-o custom-icon"><span class="fix-editor"> </span></i></div>
<div class="mdl-tooltip" for="port">View my Portfolio</div>
<div id="github" class="icon-wrapper"><a href="https://github.com/mstallone" style="text-decoration:none; rgba(0, 0, 0, 0.0);"><i class="fa fa-github custom-icon"><span class="fix-editor"> </span></i></a></div>
<div class="mdl-tooltip" for="github">View my Github</div>
<div id="email" class="icon-wrapper"><a href="mailto:[email protected]" style="text-decoration:none; rgba(0, 0, 0, 0.0);"><i class="fa fa-envelope-o custom-icon"><span class="fix-editor"> </span></i></a></div>
<div class="mdl-tooltip" for="email">Email me</div>
</div>
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.min.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="scripts/min/main-min.js"></script>
<script src="bower_components/foggy/jquery.foggy.min.js"></script>
</body>
</html>