-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (242 loc) · 12.4 KB
/
index.html
File metadata and controls
259 lines (242 loc) · 12.4 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css">
<title>JCTD | Web Developer</title>
</head>
<body>
<main>
<header>
<div class="container-fluid header" id="header">
<div class="logo">
<h2><strong>TRIX</strong></h2>
</div>
<div class="links">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="menu">
<i class="bi bi-brightness-high mode" id="icon"></i>
<i class="bi bi-list-nested" id="toggle-menu"></i>
</div>
</div>
<div class="toggle-menu" id="toggle-nav">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</header>
<section id="home">
<div class="homes">
<div class="container home">
<div class="grid-container-2">
<div class="item-1 message">
<div class="intro">
<h1>Hi! I'm Trix <span id="typing-text"></span>👋</h1>
<p>I'm John Carlien Trix Darlucio 👆 | BUILD and maintain your own PATH for your GOALS
in Life.🌎 </p>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/john-carlien-trix-darlucio-6ab991245/"><i
class="bi bi-linkedin"></i></a>
<a href="https://github.com/TrixDiaz"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/john_darlucio/"><i class="bi bi-instagram"></i></a>
</div>
</div>
<div class="item-2 picture"><img class="profile" src="/assets/images/picture-picture.jpg"
alt="profile-picture"></div>
</div>
</div>
<div class="container home">
<div class="grid-container">
<div class="item-1 programming">
<h4>Tech Stack</h4>
<img src="/assets/images/php.png" alt="php">
<img src="/assets/images/javascript.png" alt="js">
<img src="/assets/images/laravel.png" alt="laravel">
<img src="/assets/images/livewire.png" alt="livewire">
<img src="/assets/images/vue.png" alt="react">
<img src="/assets/images/git.png" alt="laravel">
<img src="/assets/images/tailwind.png" alt="tailwind">
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container about">
<div class="grid-container-2">
<div class="item-1"><img src="assets/images/computer-table.jpg" alt="Computer Setup"></div>
<div class="item-2">
<h5>about</h5>
<h4>A Web and Mobile Developer located in Manila, Philippines.</h4>
<p>As a Laravel expert, I am skilled in crafting scalable and secure back-end solutions.
Leveraging Laravel's powerful features, I develop APIs, implement authentication systems,
and handle complex data operations with ease. I am adept at designing and building
databases,
ensuring optimal performance and data integrity.
</p>
</div>
</div>
</div>
</section>
<section id="project">
<div class="container">
<div class="title">
<h5>portfolio</h5>
<h4>Each project is a unique piece of development 🧩</h4>
</div>
<div class="grid-container-2 project">
<div class="item-1"><img src="assets/images/barangay.png" alt="Baranggay"></div>
<div class="item-2">
<div class="title">Dynamic Baranggay System with Roles and Permission</div>
<div class="description">
<p>The Dynamic Barangay System with Roles and Permission Security is a modern
and efficient software platform designed to streamline the governance and
administrative processes within a barangay, the smallest administrative division
in the Philippines. This innovative system harnesses the power of technology to
enhance transparency, accountability, and collaboration among barangay officials
and residents.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Baranggay_Complain">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
</div>
<div class="grid-container-2 project">
<div class="item-2">
<div class="title">Dental Clinic Reservation with Email Notification</div>
<div class="description">
<p>The Dental Clinic Reservation System with Doctor's Approval and Email
Notification is an advanced and user-friendly software designed to streamline
the appointment booking process for patients while ensuring seamless communication
between patients and dental practitioners. This cutting-edge system aims to enhance
the efficiency and effectiveness of dental clinic operations, providing a hassle-free
experience for both patients and clinic staff.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Dental_Appoinment_System">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
<div class="item-1"><img src="assets/images/Dental.PNG" alt="Baranggay"></div>
</div>
<div class="grid-container-2 project">
<div class="item-1"><img src="assets/images/school.PNG" alt="Baranggay"></div>
<div class="item-2">
<div class="title">Dynamic School Management System with Integrated Grading and Learning
Management System (LMS)</div>
<div class="description">
<p>The Dynamic School Management System with Integrated Grading and Learning Management
System
(LMS) is a comprehensive and innovative software solution designed to revolutionize the
way
educational institutions manage their administrative tasks, grading processes, and
course delivery.
This all-in-one platform aims to enhance the efficiency, collaboration, and
effectiveness of school
operations while providing a seamless learning experience for students and educators
alike.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Grading_System">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
</div>
<!-- <div class="grid-container-2 project">
<div class="item-2">
<div class="title">Baranggay</div>
<div class="description">
<p>A car rental website is an online platform that allows users to rent cars for personal or
business use. The website provides an interface for searching, comparing, and reserving
cars.</p>
</div>
<div class="language">
<h5>Laravel</h5>
<h5>Tailwind</h5>
</div>
<div class="link">
<a href="https://github.com/TrixDiaz/Baranggay_Complain">
<h5>Code</h5>
<i class="bi bi-github"></i>
</a>
</div>
</div>
<div class="item-1"><img src="assets/images/parking.PNG" alt="Baranggay"></div>
</div> -->
</div>
</section>
<section id="contact">
<div class="container contact">
<div class="title">
<h5>contact</h5>
<h4>Feel free to contact me</h4>
</div>
<div class="location">
<div class="item-1">
<div class="info">
<i class="bi bi-geo-alt"></i>
<div class="div">
<h5>Location</h5>
<h4>Manila, Philippines</h4>
</div>
</div>
</div>
<div class="item-2">
<i class="bi bi-envelope-at"></i>
<div class="div">
<h5>Mail</h5>
<h4>John.darlucio022@gmail.com</h4>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid footer">
<div class="item-1">
<h2>Copyright © 2023. All rights are reserved</h2>
</div>
<div class="item-2">
<a href="https://www.linkedin.com/in/john-carlien-trix-darlucio-6ab991245/"><i
class="bi bi-linkedin"></i></a>
<a href="https://github.com/TrixDiaz"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/john_darlucio/"><i class="bi bi-instagram"></i></a>
</div>
</div>
</footer>
</main>
<script src="script.js"></script>
</body>
</html>