-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (184 loc) · 8.29 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
<!Doctype html>
<head>
<link rel="stylesheet" type="text/css" href="styles/styles.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="scripts/script.js"></script>
<title>Japhet Pacheco</title>
<link rel="shortcut icon" href="./images/icon/titlebarlogo.png">
</head>
<body>
<br><br>
<div id="menu">
<table>
<div id = "opacity">
<td class="menuitem"><a href="#home"><abbr title = "Home"><img src= "./images/icon/homeicon.png" style="height:50x;width:50px;"> </a></abbr></td>
<td class="menuitem"><a href="#aboutme"><abbr title = "Info"><img src= "./images/icon/aboutmeicon2.png" style="height:50x;width:50px;"> </a></abbr></td>
<td class="menuitem"><a href="#interest"><abbr title = "Interest"><img src= "./images/icon/interesticon.png" style="height:65x;width:65px;"> </a></abbr></td>
<td class="menuitem"><a href="#education"><abbr title = "Education"><img src= "./images/icon/educationicon.png" style="height:50x;width:50px;"> </a></abbr></td>
<td class="menuitem"><a href="#abilities"><abbr title = "Abilities"><img src= "./images/icon/abilitiesicon.png" style="height:50x;width:50px;"> </a></abbr></td>
<td class="menuitem"><a href="#contacts"><abbr title = "Contacts"><img src= "./images/icon/contacticon.png" style="height:50x;width:50px;"> </a></abbr></td>
</div>
</table>
</div>
<a id="home"> <a/>
<br><br><br><br><br><br><br>
<table>
<td><button class="leftbutton" onclick="plusDivs(-1)">❮ </button></td>
<td>
<div class = "slideshow">
<img class="mySlides" src="./images/slideshow/4pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/1pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/2pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/5pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/6pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/7pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/8pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/9pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/10pic.png" style="height:350px;width:750px;">
<img class="mySlides" src="./images/slideshow/11pic.png" style="height:350px;width:750px;">
</div>
</td>
<td><button class="rightbutton" onclick="plusDivs(+1)">❯</button></td>
</table>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex-1].style.display = "block";
}
</script>
<br><br><br><br><br><br><br><br>
<a id="aboutme"> </a>
<div>
<table height=100%>
<tr>
<th rowspan=3 ><img src= "./images/japhet.png" target="frame" style="height:300x;width:300px;"></th>
<th valign="bottom" colspan=3 height=30%>Information</th>
</tr>
<tr>
<td colspan=3 height=30% id = "verse">
For I know the plans I have for you, declares the Lord,</br>
"plans to prosper you and not to harm you, plans to give
</br>you hope and future." -Jeremiah 29:11</td>
</tr>
<tr height=70% valign="top" >
<td >
Name: Japhet M. Pacheco</br>
Birth Place: Tandag City</br>
Status: Single <img src= "./images/icon/single.png" style = "height:25px; width:25px"></br>
Nationality: Filipino <img src= "./images/icon/flag.png" style = "height:15px; width:25px"></br>
</td>
<td width=2%></td>
<td >
Age: 20</br>
Birthday: September 14, 1997 <img src= "./images/icon/cake.png" style = "height:20px; width:20px"></br>
Address: Tandag City, Surigao Del Sur <img src= "./images/icon/location.png" style = "height:20px; width:20px"></br>
Religion: Born Again</br>
</p></br>
</td>
</tr>
</table>
<br><br><br><br><br></br></br></br>
</div>
</br></br></br></br>
<a id="interest"> </a>
<div id="shadow">
<table background= "./images/educationback2.jpg" width=100% height=100% >
<h3>
Interests
</h3>
<tr id = "travel">
<td><img src= "./images/travel/travel1.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/travel/travel2.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/travel/travel5.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/travel/travel4.png" style="height:330x;width:330px;"></td>
</tr>
<tr id = "longride">
<td><img src= "./images/longrides/lr1.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/longrides/lr2.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/longrides/lr3.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/longrides/lr5.png" style="height:330x;width:330px;"></td>
</tr>
<tr id = "walk">
<td><img src= "./images/walk/walk4.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/walk/walk2.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/walk/walk3.png" style="height:330x;width:330px;"></td>
<td><img src= "./images/walk/walk5.png" style="height:330x;width:330px;"></td>
</tr>
</table>
</div>
<a id="education"> </a>
<div>
<table>
<tr>
<th>Educational Background</th>
</tr>
<td></br><img src= "./images/books.png" align = "right"></br>
<h5 id ="educ">Elementary:</p>Tandag Pilot Elementary School Bago lungsod Tandag City 2010</br></br>
<h5 id ="educ">Secondary:</p> Jacinto P. Elpa National High School Capitol Hills, Telaje, Tandag City 2014</br></br>
<h5 id ="educ">College:</p> Bachelor of Science in Information Technology University of Southeastern Philippines Ingigo st. Obrero, Davao City</br>
</td>
</br></br></br></br></br></br></br></br></br></br>
</table>
</br></br></br></br></br></br></br></br>
</div>
<a id="abilities"> </a>
<div id = "ability">
<table>
<tr>
</br></br></br></br>
<th>Abilities</th>
</tr>
<table>
<tr>
<th rowspan=3 ><img src= "./images/coderdesk.png" align="left" ></th>
</tr>
<tr>
<td colspan=3 height=30% id = "verse">
Expert to the following: </br>
Java</br>
Php Mysql</br>
C++</br>
JavaScript</br>
Html5</br>
Css3</br>
Photoshop</br>
Illustrator</br></br>
My Recent Works</br>
</td>
</tr>
<tr>
<td><img src= "./images/img/sam1.png" style="height:160px;width:140px;"></td>
<td><img src= "./images/img/sam2.png" style="height:160px;width:140px;"></td>
<td><img src= "./images/img/sam3.png" style="height:160px;width:140px;"></td>
<td><img src= "./images/img/sam4.png" style="height:160px;width:140px;"></td>
</tr>
</table>
</div>
</br></br></br></br></br></br></br></br></br>
<div id="hover">
<table>
<td><img src= "./images/icon/facebookicon.png" style="height:20x;width:20px;"><a href="https://www.facebook.com/JAAAPJAAAP" target="_blank">Facebook |</td>
<td><img src= "./images/icon/twitter2icon.png" style="height:20x;width:20px;"><a href="https://twitter.com/jaaaphet" target="_blank">Twitter |</td>
<td><img src= "./images/icon/instagramicon.png" style="height:20x;width:20px;"><a href="https://www.instagram.com/jaaaphet/" target="_blank">Instagram |</td>
<td><img src= "./images/icon/yahooicon.png" style="height:20x;width:20px;"><abbr title="japjaphetpacheco_14@yahoo.com">Yahoo |<abbr></td>
<td><img src= "./images/icon/phoneicon.png" style="height:20x;width:20px;"><abbr title="09300635711">Cellphone |</abbr></td>
<td><img src= "./images/icon/telephoneicon.png" style="height:20x;width:20px;"><abbr title="225-3530">Telephone </abbr></td>
</table>
</div>
<div id="footer">
<a id="contacts"> </a>
<p>Web Developed By <a href="https://www.facebook.com/JAAAPJAAAP" target="_blank">Japhet Pacheco 2017</a></p>
</div>
</body>
</html>