-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
218 lines (194 loc) · 11 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Natalie Perez | Web Developer</title>
<link rel="icon" href="favicon.png" type="image/png">
<meta name=viewport content="width=device-width,initial-scale=1.0">
<meta charset="utf-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!--Custom CSS-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<!--Custom Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:500|Source+Sans+Pro">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<!--Domain: nperez.me-->
<body id="top-page" data-spy="scroll" data-target="#nav" class="index">
<!------- Navigation -------->
<nav id="nav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">
<span class="glyphicon glyphicon glyphicon-fire" aria-hidden="true"></span>
NPerez
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="portfolio/index.html" class="dropdown-toggle" data-toggle="dropdown">Portfolio<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="portfolio/index.html">Full Portfolio</a></li>
<li class="divider"></li>
<li class="dropdown-header">JavaScript Add-In's</li>
<li><a href="portfolio#carousel">Carousel</a></li>
<li><a href="portfolio#js-timer">Timer</a></li>
<li class="divider"></li>
<li class="dropdown-header">JavaScript Games</li>
<li><a href="portfolio#game">Guessing Game</a></li>
<li><a href="portfolio#js-magic-ball">Magic 8 Ball</a></li>
<li class="divider"></li>
<li><a href="portfolio#site">Site Template</a></li>
<li class="divider"></li>
<li><a href="portfolio#gameJam">Hackathon Site</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!------- Home -------->
<section id="home">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-2 fadeInRight animated">
<h1>Natalie Perez</h1>
<h2>Web Developer</h2>
</div>
</div>
</div>
</section>
<!------- About -------->
<section id="about">
<div class="container">
<h1>A little about me....</h1>
<div class="col-md-4">
<p>
I graduated magna cume laude from FIU with a Bachelor's degree in Interdisciplinary Studies and two minors; one in Psychology and one in Communications. I'm currently working at a law office where I am the Project Manager incharge of converting the office to be paperless. I am also the applications specialist inchare of coding and creating reports and documents.
</p>
</div>
<div class="col-md-4">
<p>
I've always felt lost in life, trying to find my passion. It wasn't until I discovered coding that I finally felt like I was on the right path. I've completed the web developer course with WebDev through the Idea Center at Miami Dade College. I'm curently taking CS50xMiami thorugh HarvardX and the Idea Center at Miami Dade College.
</p>
</div>
<div class="col-md-4">
<p>
In my free time, I like to seek out adventures. I do my best to explore as much as possible until life allows me to travel the world. Until then, I've been loving going to coding and tech events. A month after completing WebDev, I participated in the MIA Game Jam hackathon and we won first place! I'm excited to see what the future holds.
</p>
</div>
</div>
</section>
<!------- Work -------->
<section id="work">
<div class="container">
<h1>Computer languages</h1>
<p>Click the icons for more info!</p>
<div class="col-md-3">
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="top" data-content="I always use semantic HTML 5 for easy to work with and easy to read code.">
<i class="fa fa-html5 fa-5x" aria-hidden="true"></i>
</button>
<h3>Custom HTML</h3>
</div>
<div class="col-md-3">
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" data-content="I am able to convert images or PSD files into beautiful, responsive websites using clean and organized CSS.">
<i class="fa fa-css3 fa-5x" aria-hidden="true"></i>
</button>
<h3>Well-Organized CSS</h3>
</div>
<div class="col-md-3">
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="top" data-content="JavaScript and Jquery will help your site come alive with amazing transitions and effects!">
<i class="fa fa-file-code-o fa-5x" aria-hidden="true"></i>
</button>
<h3>Javascript & Jquery</h3>
</div>
<div class="col-md-3">
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" data-content="C is a powerful language and knowing C creates a strong foundation to learn any other programming language needed.">
<i class="fa fa-code fa-5x" aria-hidden="true"></i>
</button>
<h3>Structured C</h3>
</div>
</div>
</section>
<!------- Contact -------->
<section id="contact">
<div class="container">
<div class="container-center text-center">
<h1>Contact Me</h1>
<form name="sendMsg" action="https://formspree.io/nperez005@yahoo.com" method="post">
<div class="row">
<div class="col-md-6 form-field">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Your name *" required />
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Your email *" required />
</div>
<div class="form-group">
<input type="tel" class="form-control" name="phone" placeholder="Your phone *" required />
</div>
</div>
<div class="col-md-6 form-field">
<div class="form-group">
<textarea name="message" class="form-control" placeholder="Your message"></textarea>
</div>
</div>
</div>
<input type="submit" value="Send Message" class="btn btn-primary btn-lg"/>
</form>
</div>
</div>
</section>
<!------- Footer -------->
<nav id="nav-footer" class="navbar navbar-static-bottom">
<div class="container">
<div class="navbar-text">
<p>© 2016 NPerez</p>
</div>
<div class="navbar-text navbar-right social-icons">
<a href="https://www.facebook.com/Natalie312" target="_blank">
<i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/3_sleepy_owls/" target="_blank">
<i class="fa fa-instagram fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/natalie-perez-30a88896?trk=hp-identity-photo" target="_blank">
<i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://webdevattic.slack.com/team/nat-p" target="_blank">
<i class="fa fa-slack fa-2x" aria-hidden="true"></i>
</a>
<a href="#contact">
<i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</nav>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/script.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script async src='https://www.google-analytics.com/analytics.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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84364416-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>