-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (91 loc) · 3.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Roee Landesman | Portfolio</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href='https://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cardo' rel='stylesheet' type='text/css'>
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="animate.min.css">
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<!-- Slider HEAD -->
<div class="parallax-window" data-parallax="scroll" data-image-src="img/SF.jpg" alt="A background image of SF Golden Gate">
<div id="header-wrapper">
<div class="button">
<a class="btn-open" href"#"></a>
</div>
<div class="overlay">
<div class="wrap">
<ul class="wrap-nav">
<li><a href="#" ></a> Homepage </li>
<li><a href="#about-wrapper" > About </a></li>
<li><a href="#portfolio-wrapper" > Qualifications</a></li>
<li><a href="#contact-wrapper"> Contact </a></li>
</ul>
</div>
</div>
<div id="header" class="container">
<div id="logo">
<h1 class="animated slideInUp"><a href="#">Roee Landesman</a></h1>
</div>
</div>
</div>
</div>
<!-- Slider ABOUT -->
<div id="about-wrapper">
<div id="welcome" class="container">
<div class="title">
<h2> A bit of info about me </h2>
</div>
<img class="portrait" src="img/roee.jpg" alt="A picture of Roee">
<p> My name is Roee Landesman (Pronounced like Joey but with an R),and I currently live in San Luis Obispo as I attend Cal Poly. I aim to receive my B.S in Computer Engineering by 2020. </p>
<p> I am seriously passionate about creating innovative solutions to unique problems, and i'm a drone fanatic. Feel free to contact me via the information found at the bottom of this page should you have any comments, concerns, or questions. </p>
</div>
</div>
<!-- Portfolio-wrapper-->
<div id="portfolio-wrapper">
<div id="welcome" class="container">
<div class="title">
<h2> A look into the things I've done </h2>
</div>
<div class="resume-wrapper">
<iframe width="377" height="667" src="https://xd.adobe.com/embed/4a41e890-2ba7-4d9f-b165-383486efcc22" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div id="contact-wrapper">
<div id="footer" class="container">
<header class="title">
<h2>Get in touch with me!</h2>
<span class="byline"> Shoot me an email anytime, I'll get back to you ASAP. </span>
</header>
<div class="mail-button">
<li class="mail-current"><a href="mailto:[email protected]"> Say Hello!</a></li>
</div>
<ul class="contact">
<li><a href="https://www.facebook.com/roee.landesman" class="icon icon-facebook"><span>Facebook</span></a></li>
<li><a href="https://github.com/rlandesman" class="icon icon-github"><span>GitHub</span></a></li>
</ul>
</div>
</div>
<div id="copyright" class="container">
<p>© Imagined, Designed, and Coded by Roee Landesman </p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/parallax.min.js"></script> <!-- If parallax fails... DELETE THIS CRAP -->
<script src="js/overlay.js"></script>
<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-75410126-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>