-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (133 loc) · 7.33 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Danealoria</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
var host = "www.danealor.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#8c2a14">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,100|Roboto+Condensed:700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/styles.css">
<link rel="canonical" href="{ { site.url } }{ { page.url } }" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<ul class="nav">
<li class="logo"><a href="index.html"><img src="tile-wide.png" /></a></li>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="tpgw.html">TPGW</a></li>
<li><a href="ubnl.html">UBNL</a></li>
<li><a href="robot.html">Robot Arm</a></li>
<li><a href="java.html">Java</a></li>
<li><a href="asp.html">ASP</a></li>
<li><a href="portfolio/index.html">Portfolio</a></li>
<li style="float:right"><a href="about.html">About</a></li>
</ul>
<div id="intro" class="header-container fs">
<div class="bcg"></div>
<header class="wrapper">
<h1 class="title">Danealor's Code Warehouse</h1>
<p>Hi! I am Amit Blonder, and here is the hub for some of my personal projects and endeavours.</p>
</header>
<span class="scroll-hint">Scroll Down</span>
</div>
<nav class="is-light">
<ul>
<li><a href="#intro"><span class="nav-dot"></span><span class="nav-label">Intro</span></a></li>
<li><a href="#slide01"><span class="nav-dot"></span><span class="nav-label">WPF</span></a></li>
<li><a href="#slide02"><span class="nav-dot"></span><span class="nav-label">Arduino</span></a></li>
<li><a href="#slide03"><span class="nav-dot"></span><span class="nav-label">C++</span></a></li>
</ul>
</nav>
<div class="main-container">
<article id="cb01" class="content-block">
<div class="wrapper">
<header class="slideInUp">
<h1>LANGUAGE</h1>
</header>
<section>
<p class="slideInUp slideInUp2">I have expressed my code creation in multiple forms.</p>
</section>
</div> <!-- .wrapper -->
</article>
<article id="slide01" class="slide fs is-light">
<div class="bcg"></div>
<div class="wrapper">
<header class="slideInUp">
<h1>WPF - Windows Presentation Foundation</h1>
</header>
<section>
<p class="slideInUp slideInUp2">A combination of C# and XAML, WPF is my greatest asset in creating Windows data applications.</p>
<div class="slideInUp slideInUp3">
<a href="tpgw.html" class="button">LEARN MORE</a>
</div>
</section>
</div> <!-- .wrapper -->
</article>
<article id="slide02" class="slide fs is-light">
<div class="bcg"></div>
<div class="wrapper">
<header class="slideInUp">
<h1>Arduino</h1>
</header>
<section>
<p class="slideInUp slideInUp2">The Arduino language is a modified C for programming ATmega microcontrollers.</p>
<p class="slideInUp slideInUp3">I have used it to automate robotic arms and as an RS232 to special SPI communication buffer.</p>
<div class="slideInUp slideInUp4">
<a href="robot.html" class="button">LEARN MORE</a>
</div>
</section>
</div> <!-- .wrapper -->
</article>
<article id="slide03" class="slide fs is-dark">
<div class="bcg"></div>
<div class="wrapper">
<header class="slideInUp">
<h1>C++</h1>
</header>
<section>
<p class="slideInUp slideInUp2">I use embedded C++ to work with my team to get a satellite to space!</p>
<div class="slideInUp slideInUp3">
<a href="ubnl.html" class="button">LEARN MORE</a>
</div>
</section>
</div> <!-- .wrapper -->
</article>
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<h3>2016 © <a href="https://danealor.com" target="_blank">danealor.com</a> | <a href="https://linkedin.com/in/amit-blonder-963189127" target="_blank">Amit Blonder</a></h3>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/animation.gsap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/plugins/ScrollToPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/debug.addIndicators.min.js"></script>
<script>
function pushpad() { (pushpad.q = pushpad.q || []).push(arguments) }
pushpad('init', 7593);
</script>
<script src="https://pushpad.xyz/pushpad.js"></script>
<script src="js/main.js"></script>
</body>
</html>