-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·225 lines (211 loc) · 9.13 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Jesse Rappaport Home Page</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css'/>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Misal Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
<script src="js/jquery.min.js"></script>
<script src="js/responsiveslides.min.js"></script>
<script>
$(function () {
$("#slider").responsiveSlides({
auto: true,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<script>
$(function () {
$("#slider1").responsiveSlides({
auto: true,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<script>
$(function () {
$("#slider2").responsiveSlides({
auto: true,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<script>
$(function () {
$("#slider3").responsiveSlides({
auto: true,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<!--start-smoth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},900);
});
});
</script>
<!--start-smoth-scrolling-->
</head>
<body>
<!--header-->
<div id="home" class="banner">
<div class="top-menu">
<span class="menu"> </span>
<nav class="cl-effect-1" id="cl-effect-1">
<ul>
<li><a class="scroll" href="#banner-top">HOME</a></li>
<li><a class="scroll" href="#about">ABOUT</a></li>
<li><a class="scroll" href="#portfolio">PORTFOLIO</a></li>
<li><a class="scroll" href="#papers">PAPERS</a></li>
<li><a class="scroll" href="#contact">CONTACT</a></li>
</ul>
</nav>
</div>
<!-- script-for-menu -->
<script>
$("span.menu").click(function(){
$(".top-menu ul").slideToggle("slow" , function(){
});
});
</script>
<!-- script-for-menu -->
<div id="banner-top" class="banner-top">
<h1>Jesse Rappaport</h1>
<h2>Programmer, Philosopher</h2>
<div class="logo">
<a href="index.html"><img src="images/phi.png" class="img-responsive" alt=""/></a>
</div>
</div>
</div>
<!--/header-->
<!--about-->
<div id="about" class="about">
<div class="container">
<div class="about-info">
<h3>ABOUT</h3>
<h4>A programmer who does philosophy. A philosopher who programs.</h4>
<p>I am a passionate developer who loves learning about new web technologies.
My background is in academic philosophy, so I approach coding with a philosophical mindset.</p>
</div>
<div class="about-grids">
<div class="col-md-6 about-grid">
<h4>Programming background</h4>
<p>I am a self-taught programmer with professional experience in JavaScript, Python, HTML/CSS, PHP, Node, Swift, and other web development frameworks.
I am fascinated by the study of algorithms and the architecture of large-scale systems.</p>
</div>
<div class="col-md-6 about-grid">
<h4>Academic background</h4>
<p>I completed a Ph.D. in philosophy of language at The Graduate Center, CUNY, under the supervision of Stephen Neale. My dissertation is entitled "Unarticulated Constituents and Theories of Meaning." I also teach undergraduate philosophy at Baruch College, CUNY.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--/about-->
<!--portfolio-->
<div id="portfolio" class="portfolio">
<div class="container">
<div class="portfolio-info">
<h3>PORTFOLIO</h3>
<p>Here you can find a collection of some of my web projects.</p>
<p><a href="https://baruchlogic.baruchsites.com" class="hvr-bounce-to-right" target="_blank">baruchlogic</a></p>
<p><a href="https://www.npmjs.com/package/logically" class="hvr-bounce-to-right" target="_blank">logically.js</a></p>
<p><a href="https://jesse-dev.com/AVLTreeBuild/" class="hvr-bounce-to-right" target="_blank">Animated AVL Tree</a></p>
<p><a href="https://gentle-bastion-34562.herokuapp.com/" class="hvr-bounce-to-right" target="_blank">RoboDJ</a></p>
<!-- <p><a href="https://www.what-am-i-thinking.com" class="hvr-bounce-to-right" target="_blank">"What Am I Thinking?" Game</a></p> -->
<p><a href="http://jesserap.github.io/Logic-Lab/" class="hvr-bounce-to-right" target="_blank">Logic Lab</a></p>
</div>
</div>
</div>
<!--portfolio-->
<div id="papers" class="portfolio">
<div class="container">
<div class="portfolio-info">
<h3>PAPERS</h3>
<p>Here you can find a selection of my published philosophical work.</p>
<p><a href="https://doi.org/10.1093/pq/pqz022" class="hvr-bounce-to-right" target="_blank">'Communicating With Slurs'<br/>
<i>The Philosophical Quarterly</i></a></p>
<p><a href="https://link.springer.com/article/10.1007%2Fs13347-017-0294-y" class="hvr-bounce-to-right" target="_blank">'Is Proprietary Software Unjust? Examining the Ethical Foundations of Free Software'<br/>
<i>Philosophy & Technology</i></a></p>
<p><a href="https://www.pdcnet.org/pdc/bvdb.nsf/purchase?openform&fp=croatjphil&id=croatjphil_2017_0017_0003_0383_0397" class="hvr-bounce-to-right" target="_blank">'Is There a Meaning-Intention Problem?'<br/>
<i>The Croatian Journal of Philosophy</i></a></p>
</div>
</div>
</div>
<!--contact-->
<div id="contact" class="contact">
<div class="container">
<div class="contact-info">
<h3>CONTACT</h3>
<p>Feel free to contact me with job offers, invitations for speaking enagements, TV appearances, academic excellence awards, honorary doctorates, and federal grants.</p>
<p class='pDiff'><a href='https://docs.google.com/document/d/1bsRLgipJhSgGjfFRddIWkycgUfb3ZAyBXJMCHH3QbEg/edit?usp=sharing'>My Resume</a></p>
<p class='pDiff'><a href="https://github.com/JesseRap"><img class="github-logo" src="images/github-logo.png"></a><a href='https://github.com/JesseRap'>github.com</a></p>
<p class='pDiff'><a href='https://gc-cuny.academia.edu/JesseRappaport'>Academia.edu</a> <a href="https://gc-cuny.academia.edu/JesseRappaport"><img src="images/academia-icon2.png"></a></p>
<p class='pDiff'><a href="https://gc-cuny.academia.edu/JesseRappaport"><img src="images/linked-in-logo.png"></a><a href='https://www.linkedin.com/in/jesserappaport'>LinkedIn.com</a></p>
</div>
<div class="contact-details">
<h4>Contact details</h4>
<a href="mailto:[email protected]">[email protected]</a>
<div class="footer-icons">
<a href="https://gc-cuny.academia.edu/JesseRappaport"><span class="you"> </span></a>
<a href="https://www.linkedin.com/in/jesserappaport"><span class="beh"> </span></a>
</div>
</div>
</div>
</div>
<!--/contact-->
<!--footer-->
<div class="footer">
<div class="container">
<a href="#"><img src="images/phi.png" alt=""/></a>
<div class="footer-icons">
<a href="https://gc-cuny.academia.edu/JesseRappaport"><span class="you"> </span></a>
<a href="https://www.linkedin.com/in/jesserappaport
"><span class="beh"> </span></a>
</div>
<p>Copyrights © 2015 Misal. All rights reserved | Template by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#home" id="toTop" class="scroll" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
<!--/footer-->
</body>
</html>