-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
215 lines (155 loc) · 7.79 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Katie's Portfolio</title>
<meta charset="UTF-8" />
<meta name="author" content="Katie Rpsas"/>
<meta name="description" content="Personal Website"/>
<meta name="keywords" content="katie rosas"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="index2.css" />
</head>
<body>
<!-- Header-->
<header class="text-center container-fluid" id="header">
<h1 class="display_name"> Cintiha K. Rosas-Gordillo </h1>
<!-- Navigation Controls -->
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="about-tab" data-toggle="tab" href="#about" role="tab" aria-controls="about" aria-selected="false">About</a>
</li>
<li class="nav-item">
<a class="nav-link" id="project-tab" data-toggle="tab" href="#project" role="tab" aria-controls="project" aria-selected="false">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact" aria-selected="false">Contact</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<!-- Home Page-->
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">HOME STUFF.....</div>
<!-- End of Home Page-->
<!-- About Page -->
<div class="tab-pane fade" id="about" role="tabpanel" aria-labelledby="about-tab">
<b> ABOUT ME </b>
<br><br>
<div class="about me-pic">
<a class="image-popup-no-margins" >
<img class="about-p" src="../code/images/newpic.jpg" >
<img class="about-p" src="../code/images/pic3.jpg" >
<img class="about-p" src="../code/images/newpic2.jpg" >
</a>
<p class="description">
<br>
"My name is Cintiha Rosas-Gordillo. I am currently enrolled at Portland State University
pursuing a Bachelor of Science.I will be graduating in Spring of 2020 with a Computer Science Major
and a Business Administration Minor. Outside of school, I enjoy traveling to Disneyland and
hiking with my family and friends. I have always loved going to Disneyland as a way to de-stress
and relax. Throughout my college journey, I invested in an Annual Pass with my best friend and have
continued to visit atleast once each month. I strongly believe that life must have a balance of work and exploring"
</p>
</div>
</div>
<!-- End of About Page -->
<!-- Projects-->
<div class="tab-pane fade" id="project" role="tabpanel" aria-labelledby="project-tab">
<b>My Projects </b><br>
<div class="project-pic">
<a class="image-popup-no-margins" href="http://web.cecs.pdx.edu/~ukhan/spacehunt/">
<img class="space" src="../code/images/spacehunt_2019.png" >
</a>
<p class="description">
<b>Space Hunt</b>
<br> Group project with the main objective is to find the koca-kola recipe.
Faetures Include: Save Game, Settings for Administrators.
and Developers.<br> <b>Admin Password: </b> administrator <br> <b>Password: </b> developer
</p>
</div>
<div class="project-pic">
<a class="image-popup-no-margins" href="https://github.com/jjesse55/IRC" >
<img class="space" src="../code/images/Ipchat.png" >
</a>
<p class="description">
<b>IRC IP-Chat</b>
<br>
Pair programming assignment to create both server side and client side with GUI in java for a chat client.
</p>
</div>
<div class="project-pic">
<a class="image-popup-no-margins" href="https://pet-tential.herokuapp.com/index.html" >
<img class="space" src="../code/images/pet-tential.png" >
</a>
<p class="description">
<b>Pet Tential</b>
<br>
Deployed site for pet adoption using Petfinder API. <br>
Features include: Save Pets, Filter Pets based on breed, color, distance and friendliness.
</p>
</div>
<div class="project-pic">
<a class="image-popup-no-margins" href="https://courses.edx.org/certificates/3dd13d70e2bb47e1b45e876ffb480899">
<img class="space" src="../code/images/certificatiom.png" >
</a>
<p class="description">
<b>Web Accessibility Certification </b>
<br>
Took a web accessibility course to get certified
</p>
</div>
</div>
<!-- End of Projects-->
<div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">
<b>CONTACT ME </b>
<br><br>
<a class="image-popup-no-margins" >
<div style="display: inline-block;vertical-align: top;">
<img class="contact-p" src="../code/images/pic1.jpg" >
</div>
<div style="display: inline-block;">
<a href="mailto:[email protected]" > Send Direct Email</a>
<br>
<p>
Email: [email protected]
</p>
<br>
<a target="_blank" href="https://www.linkedin.com/in/cintiha-katie-rosas-gordillo-1571b3187/"> Linked-In Profile</a>
<br>
<br>
<a target="_blank" href="https://www.linkedin.com/in/cintiha-katie-rosas-gordillo-1571b3187/"> GitHub </a>
<br>
<br>
<a href="../code/images/resume_cintiha_rosas.pdf"> Resume </a>
<br>
</div>
</a>
</div>
</div>
<!-- End of Navigation Controls -->
</header>
<!-- End of Header-->
<!-- Footer-->
<div class="footer">
<footer>
<p> Cintiha Rosas-Gordillo, B.S. Computer Science & Business Administration, Portland State University</p>
<span class="right">
<a target="_blank" href="mailto:[email protected]"> Email</a>
//
<a target="_blank" href="https://www.linkedin.com/in/cintiha-katie-rosas-gordillo-1571b3187/"> LinkedIn</a>
//
<a href="../code/images/resume_cintiha_rosas.pdf"> Resume </a>
//
<a href="index.html"> 2019-Portfolio</a>
</span>
</footer>
</div>
<!-- End of Footer-->
</body>
</html>