-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
81 lines (81 loc) · 5.38 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
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com -->
<!-- Last Published: Fri Jul 27 2018 09:34:12 GMT+0000 (UTC) -->
<html data-wf-page="5b59edf73188b204a7457c5b" data-wf-site="5b59edf73188b21038457c5a">
<head>
<meta charset="utf-8">
<title>Valentin Perez</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/personal-website-9afd82.webflow.css" rel="stylesheet" type="text/css">
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon"
type="image/png"
href="assets/img/favicon.png">
</head>
<body class="body" id="water" style="background-image: url('assets/img/white.png');">
<div id="wa" class="div-block">
<div class="w-embed"></div>
</div>
<div class="w-container">
<h1 class="heading">Valentin Perez</h1>
<div class="text-block-2">Passionate about creating value, designing experiences, and understanding.</div>
<div class="text-block">___</div>
<div class="w-row">
<div class="column w-col w-col-6">
<div data-w-id="51e3b4d1-ed12-266e-7e26-dc295f7c9747" style="opacity:0" class="text-block-3">The best way to predict the future is to invent it.</div>
<h1 class="heading-2">Present</h1>
<h3>Co-Founder of <a href="https://learnmonthly.com" target="_blank">Monthly</a></h3>
<h3>Living as a <a href="https://medium.com/renaissance-human-lifestyle" target="_blank">Renaissance Human</a></h3>
<h1 class="heading-2">Past</h1>
<h3>Brown '18, Computer Science and Applied Math</h3>
<h3><a href="http://valentinperez.com/Valentin%20Perez%20Resume.pdf" target="_blank">Resume</a></h3>
<h1 class="heading-2">Favorites</h1>
<h3>List of <a href="https://www.notion.so/valentinperez/Favorites-Lists-ad3c564d808f4ef68bdd7e525c424334" target="_blank">favorites</a></h3>
<h3><a href="https://www.getrevue.co/profile/valentin" target="_blank">Weekly Present</a> — receive my favorite ideas, articles, music, questions, habits, etc. I've come across every week.</h3>
<div id="revue-embed">
<form action="https://www.getrevue.co/profile/valentin/add_subscriber" method="post" id="revue-form" name="revue-form" target="_blank">
<div class="revue-form-group">
<input class="revue-form-field text-field" placeholder="Your email address..." type="email" name="member[email]" id="member_email">
</div>
<div class="revue-form-actions">
<input type="submit" class="submit-button" value="Get Free Weekly Present" name="member[subscribe]" id="member_submit">
</div>
</form>
</div>
</div>
<div class="w-col w-col-6"></div>
</div>
<div class="div-block-2">
<div class="w-row">
<div class="column-3 w-col w-col-6"><a href="https://medium.com/@valentin.p" target="_blank" class="link">Thoughts</a><a href="http://valentinperez.com/old.html" target="_blank" class="link">Old Website</a></div>
<div class="column-2 w-col w-col-6"><a href="mailto:[email protected]" class="w-inline-block"><img src="images/icons8-gmail.png" class="image icon"></a><a href="https://www.instagram.com/valentinperezd/" target="_blank" class="w-inline-block"><img src="images/icons8-instagram_new.png" class="image-2 icon"></a><a href="https://www.facebook.com/valentin.perez7" target="_blank" class="w-inline-block"><img src="images/icons8-facebook.png" height="35" class="image-3 icon"></a><a href="https://github.com/valentin7" target="_blank" class="w-inline-block"><img src="images/icons8-github.png" height="27" class="image-5 icon"></a><a href="https://www.linkedin.com/in/valentinpe" target="_blank" class="w-inline-block"><img src="images/icons8-linkedin.png" height="35" class="image-4 icon"></a><a href="https://www.goodreads.com/user/show/76721174-valentin" target="_blank" class="w-inline-block"><img src="images/icons8-goodreads_filled.png" height="26" class="image-6 icon"></a><a href="https://twitter.com/valentin_pd" target="_blank" class="w-inline-block"><img src="images/icons8-twitter.png" height="27" class="icon"></a></div>
</div>
</div>
</div>
<div></div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" type="text/javascript" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="assets/js/jquery.ripples.js"></script>
<script>
$(document).ready(function() {
console.log("water");
try {
$('#water').ripples({
resolution: 512,
dropRadius: 20,
perturbance: 0.04,
});
}
catch (e) {
$('.error').show().text(e);
}
});
</script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>