-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·239 lines (228 loc) · 9.89 KB
/
index.html
File metadata and controls
executable file
·239 lines (228 loc) · 9.89 KB
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<title>Portfolio</title>
<!-- bootstrap mobile responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--font-->
<link
href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Roboto+Mono"
rel="stylesheet"
/>
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<!-- Bootstrap, CSS -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav id="navbar">
<div class="container nav_container">
<div class="nav_block block_left">
<a class="nav_brand" href="#home">Jaizon Carlos</a>
<div class="nav_toggle">
<div class="nav_toggle_bar"></div>
<div class="nav_toggle_bar"></div>
<div class="nav_toggle_bar"></div>
</div>
</div>
<div class="nav_block block_right">
<a href="#about"> About</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
</div>
</div>
</nav>
<header id="welcome-section">
<div class="header_bg" id="home"></div>
<h1 class="header_title" id="front-top">Jaizon Carlos</h1>
<p class="header_sub">Web Development Student!</p>
<img class="header_logo" src="img/logo-front.png" />
</header>
<main id="about">
<div class="container">
<div class="about_title">
<h2>About Me</h2>
</div>
<div class="about_content">
<p>
I'm just an ordinary guy who loves computers,
programming, Web Development / Design and
technology-related things. I'm always ready for new
challenges and I always give my best in everything I'm
interested in!
</p>
<figure>
<img class="about_image" src="img/350x150.png" />
<figcaption>An image of self</figcaption>
</figure>
</div>
</div>
</main>
<section id="projects">
<div class="container">
<div class="projects_title">
<h2>My Projects!</h2>
</div>
<div class="project_cards">
<div class="card project-tile">
<img src="img/tribute-page.jpg" alt="Tribute Page" />
<div class="card_block">
<h3>Tribute Page</h3>
<a
class="project_link"
href="https://jaizoncarlos.github.io/tribute/"
target="_blank"
>View Project</a
>
</div>
</div>
<div class="card project-tile">
<img
src="img/random-quote-generator.jpg"
alt="Random Quote Machine"
/>
<div class="card_block">
<h3>Random Quote Machine</h3>
<a
href="https://jaizoncarlos.github.io/quotes/"
target="_blank"
>View Project</a
>
</div>
</div>
<div class="card project-tile">
<img src="img/local-weather.png" alt="Local Weather" />
<div class="card_block">
<h3>Local Weather</h3>
<a
href="https://jaizoncarlos.github.io/weather/"
target="_blank"
>View Project</a
>
</div>
</div>
<div class="card project-tile">
<img class="card-img-top" src="img/350x150.png" />
<div class="card_block">
<h3>Coming soon...</h3>
<a class="btn btn-primary disabled" href=""
>View Project</a
>
</div>
</div>
<div class="card project-tile">
<img class="card-img-top" src="img/350x150.png" />
<div class="card_block">
<h3>Coming soon...</h3>
<a class="btn btn-primary disabled" href=""
>View Project</a
>
</div>
</div>
<div class="card project-tile">
<img class="card-img-top" src="img/350x150.png" />
<div class="card_block">
<h3>Coming soon...</h3>
<a class="btn btn-primary disabled" href=""
>View Project</a
>
</div>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="container">
<div class="skills_title">
<h2>Skills I have</h2>
</div>
<div class="skills_container">
<div class="skill_card">
<img src="img/html.png" class="img-pl" alt="" />
<div class="percentage">
<div class="percentage-html"></div>
</div>
<p>
Hypertext Markup Language (HTML) is the standard
markup language for creating web pages and web
applications.
</p>
</div>
<div class="skill_card">
<img src="img/css.png" class="img-pl" alt="" />
<div class="percentage">
<div class="percentage-css"></div>
</div>
<p>
Cascading Style Sheets (CSS) is the language for
describing the presentation of Web pages, including
colors, layout, and fonts.
</p>
</div>
<div class="skill_card">
<img src="img/js.png" class="img-pl" alt="" />
<div class="percentage">
<div class="percentage-js"></div>
</div>
<p>
JavaScript is an interpreted client-side scripting
language that allows us to create more interactive
and dynamic web pages.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>
© Copyright 2017 - Coded by
<span id="me">Jaizon Carlos</span>. All rights reserved.
</p>
<div class="social">
<a
href="https://www.facebook.com/carlos.jaizon/"
target="_blank"
><i
class="btn btn-inverse fa fa-facebook fa-md"
aria-hidden="true"
></i
></a>
<a href="https://twitter.com/jaizoncarlos" target="_blank"
><i
class="btn btn-inverse fa fa-twitter fa-md"
aria-hidden="true"
></i
></a>
<a
href="https://www.linkedin.com/in/jaizoncarlos/"
target="_blank"
><i
class="btn btn-inverse fa fa-linkedin fa-md"
aria-hidden="true"
></i
></a>
<a
href="https://github.com/jaizoncarlos"
id="profile-link"
target="_blank"
><i
class="btn btn-inverse fa fa-github fa-md"
aria-hidden="true"
></i
></a>
</div>
</div>
</footer>
<!-- Custom JS file -->
<script type="text/javascript" src="js/navbar_script.js"></script>
<!-- FCC Check -->
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body>
</html>