-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
232 lines (210 loc) · 9.85 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="img/img-mobile.png">
<meta charset="utf-8">
<title> Personal Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700" rel="stylesheet">
<!-- Template CSS Files -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/circle.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/fm.revealator.jquery.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- CSS Skin File -->
<link rel="stylesheet" href="css/skins/green.css" />
<!-- Live Style Switcher - demo only -->
<link rel="alternate stylesheet" type="text/css" title="blue" href="css/skins/blue.css" />
<link rel="alternate stylesheet" type="text/css" title="green" href="css/skins/green.css" />
<link rel="alternate stylesheet" type="text/css" title="blueviolet" href="css/skins/blueviolet.css" />
<link rel="alternate stylesheet" type="text/css" title="orange" href="css/skins/orange.css" />
<link rel="alternate stylesheet" type="text/css" title="red" href="css/skins/red.css" />
<link rel="stylesheet" type="text/css" href="css/styleswitcher.css" />
<!-- Modernizr JS File -->
<script src="js/modernizr.custom.js"></script>
</head>
<body class="home">
<!-- Live Style Switcher Starts - demo only -->
<audio controls autoplay loop hidden>
<source src="music.mp3" type="audio/mpeg">
</audio>
<div id="switcher" class="">
<div class="content-switcher">
<h4></h4>
<ul>
<li>
<a href="#" onclick="setActiveStyleSheet('red');" title="red" class="color"><img
src="img/styleswitcher/red.png" alt="red" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('blueviolet');" title="blueviolet" class="color"><img
src="img/styleswitcher/blueviolet.png" alt="blueviolet" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('blue');" title="blue" class="color"><img
src="img/styleswitcher/blue.png" alt="blue" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('orange');" title="orange" class="color"><img
src="img/styleswitcher/orange.png" alt="orange" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('green');" title="green" class="color"><img
src="img/styleswitcher/green.png" alt="green" /></a>
</li>
</ul>
<div id="hideSwitcher"><i class="fa-solid fa-xmark"></i></div>
</div>
</div>
<div id="showSwitcher" class="styleSecondColor"><i class="fa fa-cog fa-spin"></i></div>
<!-- Live Style Switcher Ends - demo only -->
<!-- Header Starts -->
<header class="header" id="navbar-collapse-toggle">
<!-- Fixed Navigation Starts -->
<ul class="icon-menu d-none d-lg-block revealator-slideup revealator-once revealator-delay1">
<li class="icon-box skewX active">
<a href="index.html">
<i class="fa skew_X bx bx-home-alt-2 "></i>
</a>
</li>
<li class="icon-box skewX">
<a href="about.html">
<i class='fa skew_X bx bx-user'></i>
</a>
</li>
<li class="icon-box skewX">
<a href="portfolio.html">
<i class='fa skew_X bx bx-briefcase-alt-2'></i>
</a>
</li>
<li class="icon-box skewX">
<a href="blog.html">
<i class='fa skew_X bx bx-chat'></i>
</a>
</li>
<li class="icon-box skewX">
<a href="contact.html">
<i class='fa skew_X bx bx-envelope'></i>
</a>
</li>
</ul>
<!-- Fixed Navigation Ends -->
</header>
<!-- Header Ends -->
<!-- Main Content Starts -->
<section class="container p-0 revealator-slideup revealator-once revealator-delay1 relative">
<div class="row home-details-container align-items-center zindex">
<div class="col-12 col-lg-4 justify-content-center d-flex order-0 order-lg-2 my-4 my-lg-0">
<div class="homeImag">
<img style="width:100%;" src="img/toto.gif">
<div>
<img class="Acoding2" src="img/item5.png" alt="AC">
<img class="Acoding3" src="img/item5.png" alt="AC">
</div>
</div>
</div>
<div class="col-12 col-lg-8 relative">
<div class="relative3">
<h6 class="text-uppercase open-sans-font mb-0 d-block d-sm-none d-lg-block header_light2">Hello
Visitor</h6><br>
<h1 class="text-uppercase poppins-font header_light">I'm Limuel Ganal Jr.</h1>
<h1 style="font-size:20px;" class="text-uppercase poppins-font header_text">Web Developer</h1>
<p class="open-sans-font">This is my Personal Portfolio and information about me, click
<span> below for my detail.</span>
</p>
<a href="about.html" class="btnStyleNew">
<span>More About Me</span>
</a>
<img class="Acoding5" src="img/item5.png" alt="AC">
<div class="contact">
<ul class="social list-unstyled pt-1 my-5">
<li class="facebook"><a title="Facebook" href="https://www.facebook.com/limuelganal2003"><i
class="fa-brands fa-facebook skew_X"></i></a>
</li>
<li class="twitter"><a title="Twitter" href="https://twitter.com/Gusionqtie"><i
class="fa-brands fa-twitter skew_X"></i></a>
</li>
<li class="youtube"><a title="Youtube" href="https://youtube.com/@limuelganaljr.8705?si=wM6zI6IQJIknLlrs"><i
class="fa-brands fa-youtube skew_X"></i></a>
</li>
<li class="dribbble"><a title="Dribbble" href="https://makatocodes.github.io/"><i
class="fa-brands fa-github skew_X"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div>
<img class="opcac Acoding6" src="img/item1.png" alt="AC">
<img class="opcac Acoding7" src="img/item1.png" alt="AC">
<img class="opcac Acoding8" src="img/item1.png" alt="AC">
</div>
</div>
<div class="anim_line">
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
<span><span></span></span>
</div>
</section>
<!-- Main Content Ends -->
<span class="gloweffect"></span>
<span class="gloweffec2"></span>
<footer class="footer">
<div class="max">
<div class="navbar">
<ul>
<li class="icon-box ">
<a href="index.html " class="active">
<i class="bx bx-home-alt-2 active"></i>
</a>
</li>
<li class="icon-box ">
<a href="about.html">
<i class='bx bx-user'></i>
</a>
</li>
<li class="icon-box ">
<a href="portfolio.html">
<i class='bx bx-briefcase-alt-2'></i>
</a>
</li>
<li class="icon-box ">
<a href="contact.html">
<i class=' bx bx-envelope'></i>
</a>
</li>
<li class="icon-box ">
<a href="blog.html">
<i class=' bx bx-chat'></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- Template JS Files -->
<script src="js/jquery-3.5.0.min.js"></script>
<script src="js/styleswitcher.js"></script>
<script src="js/fm.revealator.jquery.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpGridGallery.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/custom.js"></script>
</body>
</html>