-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (158 loc) · 7.84 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
<!DOCTYPE html>
<!--https://brittanychiang.com/#about http://www.ericwadkins.com/ http://www.meganlandau.com/-->
<html lang='en'>
<head>
<!--Needed for icons that work with hover-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Iceland" />
<!--Needed for a bootstrap responsive menu-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<!--Before responsive design was a thing, mobile devices only had a desktop layout to work with.
To cope with this, they zoomed out to fit the entire desktop layout into the width of the screen,
letting the user interact with it by zooming in when necessary. This default behavior will prevent mobile devices from using our mobile layout. -->
<meta charset='UTF-8'/>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'/>
<title>Rembrand Pardo</title>
<link rel='stylesheet' href='/css/styles.css'/>
</head>
<body>
<!--Needed for icons-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html"><img class='logo' src="/images/brand1.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--justify-content-end moves the content to the right-->
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<!--All pages start with "/", meaning the top folder of your site-->
<li class="nav-item">
<a class="nav-link" href="/pages/about.html">About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pages/skills.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pages/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pages/contact.html">Contact</a>
</li>
<li class="nav-item resume">
<a class="nav-link resume-link" href="/pages/REM_TECH-B.pdf" target="_blank">Resume</a>
</li>
</ul>
</div>
</nav>
<!--This is some of the projects i worked on in cs260 class
lab1.rembrandpardo.com -- very first project
lab2.rembrandpardo.com -- weather app
http://motherearth.rembrandpardo.com/ activity
https://rembrandpardo.com my webpage was my very first creative project...
cp2.rembrandpardo.com -- meme factory
cp3.rembrandpardo.com -- pangeae
-->
<div class="intro-container">
<div class="intro">
<div class="intro-item uno">
<h1>Hi, my name is</h1>
</div>
<div class="intro-item dos">
<h2>Rembrand Paul Pardo.</h2>
</div>
<div class="intro-item tres">
<h3>I'm a student at Brigham Young University.</h3>
</div>
<div class="intro-body">
<p class="par intro-fourth">
I'm in my junior year of studies towards a bachelor's in Software Engineering and minor in Math.
I transfered to Brigham Young University <a class="byu-link" href="https://www.byu.edu/" target="_blank">(BYU)</a> after I finished an Associate's degree in Business.
I love teaching myself things and I have an entrepreneurial spirit.
I love giving my best at everything I do. I'd love to work for a company and help it grow and learn new things as I do it.
My goal is to one day start my own business and create foundations to help people in the world.
</p>
</div>
<div class="explore-container">
<a class="explore-link" href="#" target="_blank">Find out more!</a>
</div>
</div>
</div>
<!-- <div class='menu-container'>
<div class='logo'>
<a class='home-logo-link' href='index.html'>
<img class='parker-logo' src="images/parker-logo.png">
</a>
</div>
<div class='menu'>
<div class='home'><a class='home-link active' href='index.html'>Home</a></div>
<div class='portfolio'><a class='prof-link' href='/pages/portfolio.html'>Portfolio</a></div>
<div class='reviews'><a class='review-link' href='/pages/reviews.html'>Reviews</a></div>
<div class='about'><a class='about-link' href='/pages/about.html'>About</a></div>
</div>
</div> -->
<!-- <div class='header-container'>
<div class='header'>
<p>
WELCOME TO PETER'S WEB
</p>
</div>
</div> -->
<!-- <div class='photo-grid-container'>
<div class='photo-grid'>
<div class='photo-grid-item first-item'>
<img src='/images/slc-temple.jpg'/>
</div>
<div class='photo-grid-item'>
<img src='images/mazda.jpg'/>
</div>
<div class='photo-grid-item'>
<img src='images/space1.jpg'/>
</div>
<div class='photo-grid-item'>
<img src='images/cougar.jpg'/>
</div>
</div>
</div> -->
<div class="copyright">
<p>Copyright © Rembrand P. Pardo 2022</p>
</div>
<!-- NOTE: Icons can't work wiht :hover:
Link to video for icons: https://youtu.be/Hskt1jN7JTc
website to grab icons from: https://ionic.io/ionicons-->
<!-- Link to video for icons that actually work: https://youtu.be/hqlu47FX_q8 -->
<div class='footer'>
<div class='footer-item footer-one'>
<a class='instagram-link' href='https://www.instagram.com/rembrand.paul/' target="_blank">
<i class="fa fa-instagram"></i>
</a>
</div>
<div class='footer-item footer-two'>
<a class='linkedin-link' href='https://www.linkedin.com/in/rembrandpardo/' target="_blank">
<i class="fa fa-linkedin-square"></i>
</a>
</div>
<div class='footer-item footer-three'>
<a class='git-link' href='https://github.com/Thebatman7/cs260-source/tree/lab1/web-design-principles' target="_blank">
<!-- <ion-icon name="logo-github"></ion-icon> -->
<i class="fa fa-github"></i>
</a>
</div>
<div class='footer-item footer-four'>
<a class='twitter-link' href='https://twitter.com/rembrand_pardo' target="_blank">
<i class="fa fa-twitter"></i>
</a>
</div>
<div class='footer-item footer-five'>
<a class='facebook-link' href='https://www.facebook.com/profile.php?id=100010131761034' target="_blank">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
<!--These script tags contain links to JavaScript code that switches to a different menu system when you browse your site from a mobile device. We call this responsive design.-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>