-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
747 lines (714 loc) · 37.2 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
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html>
<head>
<title>B Mulwa Designs</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="./assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="tour.css">
<script type="module" src="./node_modules/md-block/md-block.js"></script>
</head>
<body>
<div class="hero">
<div class="navbar">
<div class="logo">
<h2 class="text-light">Brian Mulwa</h2>
</div>
<a><button type="button" onclick="products()">PRODUCTS</button></a>
</div>
<center>
<div class="direction">
<h3>Your are here: <span id="location" class="h3">Home</span></h3>
<img src="images/down2_100px.png" alt="scroll down">
</div>
</center>
<!--Home content//////////////////////////////////////-->
<div class="content" id="homeContent">
<h3>Welcome to our</h3>
<h1>World's <br> Creative Studio</h1>
<a href="#"><button type="button" onclick="tour()">Take a Tour</button></a>
<a href="#"><button type="button" onclick="about()">About</button></a>
</div>
<!--/////////////////////////////////////////////////-->
<div class="side_bar">
<img src="images/menu_filled_100px.png" class="menu" alt="menu" onclick="openNav()">
<div class="social_links">
<a href="https://twitter.com/marcobrayan4?s=09" class="twitter" target="_blank"
rel="noopener noreferrer"><img src="images/twitter_100px.png" alt="twitter"></a>
<a href="https://github.com/HorizonsMW/HorizonsMW.github.io" target="_blank"
rel="noopener noreferrer"><img src="images/github_100px.png" alt="github"></a>
</div>
<div class="useful_links">
<a href="" rel="noopener noreferrer"><img src="images/share_3_filled_100px.png" alt="Share"></a>
<a target="_blank" href="mailto:[email protected]"><img src="images/help_100px.png" alt="help"></a>
</div>
<div class="bubbles">
<p>Brian Mulwa Tel: +254711990838 or <a href="mailto:[email protected]">Reach me via Email </a>or
click on the top right menu for more Information
</p>
</div>
</div>
</div>
<div class="default_background"></div>
<div id="menu" class="side_menu w-50">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a onclick="home()">Home</a>
<a onclick="about()">About</a>
<a onclick="tour()">Tour</a>
<a onclick="services()">Services</a>
<a onclick="contact()">Contact</a>
</div>
<!--/////////////////////////////////TOUR/////////////////////////////////-->
<section>
<div class="cards" id="tourCards">
<div class="card">
<a>
<h2>Why this?</h2>
</a>
<p style="color: rgb(202, 189, 171);"><strong>
Disclaimer:
This is just a "sidenote" kind of project that I do to occupy myself. It helps me
"vent" my otherwise would-be-wasted bored time, and I get to think too. I love writing, I could
go on forever.</strong>
</p>
</div>
<div class="card">
<h2>The point of all these?</h2>
<p style="color: #89b1d1;">
Well, besides venting and all that, I do this to stay "hydrated" with front-end design and for
marketing. Personally, I think basic
web designing skills are essential for any computing student, like, say ironing to a tailor: you get
the point. At the time of writing, I actually didn't know the difference between "taylor" and
"tailor."
Little pointless easter egg but why not put it here. When I was starting this I actually did not
know
how far I was going to take it. So far, I like it. It isn't much, but I'm proud of it.
<br>
Ok, back to marketing, I'm an "IT Guy" so <span onclick="contact()"
class="cursor-pointer color-orangered">hit me up</span> if you need a fix.
</p>
</div>
<div class="card">
<h2 class="">Where does it come from?</h2>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text.
It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia,
looked up one of the more obscure Latin words, consectetur,
from a Lorem Ipsum passage, and going through the cites of the word in classical literature,
discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de
Finibus Bonorum et Malorum"
(The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory
of ethics,
very popular during the Renaissance.
The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested.
Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in
their exact original form,
accompanied by English versions from the 1914 translation by H. Rackham.
</p>
</div>
<div class="card">
<md-block>
## Markdown Example
```
Text here
```
</md-block>
</div>
</div>
</div>
</section>
<!--/////////////////////////////////////////////////////////////////////////////////////////////////////-->
<!--/////////////////////////////////ABOUT///////////////////////////////////////////////////////////////-->
<section>
<div class="cards" id="aboutCards">
<!--/////////////////////Profile picture///////////////////////////////////-->
<div class="card">
<div class="card-body">
<div class="row d-sm-inline-flex">
<div class="col profile">
<img src="./images/profile_image.jpg" alt="profile image">
<h2 style="color: rgb(202, 189, 171);">Brian Mulwa</h2>
<p>UX/UI Designer, ICT Technician, Computer Software Specialist and Programmer</p>
</div>
<div class="col text-light text-center rounded-3 offset-1 w-auto">
<div class="text-light bg-light" data-iframe-width="150" data-iframe-height="270"
data-share-badge-id="99b18d80-3ee0-4616-93c4-b7157550d8cc"
data-share-badge-host="https://www.credly.com">
<div class="bg-light bg-opacity-50">
</div>
</div>
<script type="text/javascript" async
src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
</div>
</div>
</div>
<!--///////////////////Professional Summary////////////////////////////////-->
<div class="card">
<a>
<h2>Professional Summary</h2>
</a>
<p style="color: rgb(202, 189, 171);">
Innovative Technician with a proven track record of identifying performance issues and
making updates to achieve optimal performance. Adept in collaborating with colleagues
to ensure product quality and improvements. Extensive background in:
<ul style="color: rgb(202, 189, 171);">
<li>Mobile and web applications development,</li>
<li>Operating systems deployment,</li>
<li>Network design and implementation,</li>
<li>ICT equipment repair and maintenance, along with CyberSecurity</li>
</ul>
<p style="color: rgb(202, 189, 171);"> Experienced Web Developer, bringing forth expertise in front end
design, development,
testing and maintenance of web systems. Proficient in an assortment of technologies,
including Java, JavaScript, HTML, CSS, Markdown, MongoDB, and SQL Server and
Adobe set of applications. Experienced in leading teams to evaluate system functioning
and remain forward-thinking in design and deployment. Committed to achieving optimal
results, and successful completion of projects.
</p>
</div>
<!--//////////////////////Work History/////////////////////////////-->
<div class="card">
<h2>Work History</h2>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2022-09 - 2022-12
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Technical Support (IT)</h3>
<a class="h4" href="#" target="_blank">Trailmycar Solutions LTD, Nairobi, Kenya</a>
<p style="color: rgb(136, 176, 209);">
Key responsibilities:
<ul style="color: rgb(136, 176, 209);">
<li>Providing technical support to the office staff and to remote clients over the
phone. This included assisting office staff in setting up and using ICT equipment
safely and effectively, taking clients through setting up and using the company's
online services and troubleshooting and resolving issues with our online services
remotely.</li>
<li>Maintaining ICT equipment through routine servicing, attending to repairs and
installing upgrades.</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2022-08 - 2022-08
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Polling/Counting Clerk</h3>
<a class="h4" href="https://www.iebc.or.ke/" target="_blank">Independent Electoral and
Boundaries Commission, Machakos, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul style="color: rgb(136, 176, 209);">
<li>Conducted and accomplished my duties as an IEBC Elections official.</li>
<li>Ensured safety of staff, voters, and equipment used in the election process.</li>
<li>Observed all regulations set by IEBC and any other entity concerned with free
and fair elections.</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2021-09 - 2022-01
</p>
</div>
<div class="col">
<div class="card-body">
<h3>ICT Technician (Intern)</h3>
<a class="h4" href="http://www.ku.ac.ke/" target="_blank">Kenyatta University (Main Campus),
Nairobi, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul class="default-text-color-p">
<li>Set up and maintained user accounts and client
access.
</li>
<li>
Used diagnostic tools to identify hardware
failures and replace roughly 10 non-functional
components.
</li>
<li>
Tested and installed roughly 7 motherboards,
processors and 3 graphics cards on desktops
and laptops for corporate staff.
</li>
<li>
Assessed students' needs and coordinated with
support groups to service students.
</li>
<li>
Patiently walked individuals through basic
troubleshooting tasks.
</li>
<li>
Refurbished PC systems and peripherals such as
approximately 50 monitors, networking
equipment, 10 printers and more.
</li>
<li>
Imaged and prepared over 100 computers for
integration into company networks and systems.
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2020-01 - Present
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Web Developer</h3>
<a class="h4" href="https://horizonsmw.github.io/" target="_blank">B Mulwa Designs</a>
<p style="color: rgb(136, 176, 209);">
<ul class="default-text-color-p">
<li>
Planned website development, converting
mockups into usable web presence with HTML,
JavaScript.
</li>
<li>
Generated web hosting presence to
accommodate specified needs and maintain
files on account.
</li>
<li>
Discussed site and app requirements with clients
to produce actionable development plans.
</li>
<li>
Coded websites using HTML, CSS, and
JavaScript languages.
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2019-07 - 2019-08
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Census Enumerator</h3>
<a class="h4" href="https://www.knbs.or.ke/" target="_blank">Kenya National Bureau of
Statistics, Machakos, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul class="default-text-color-p">
<li>
Conducted and accomplished my duties as a KNBS Census Enumerator.
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
</div>
<!--//////////////////////Education/////////////////////////////-->
<div class="card">
<h2>Education</h2>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2018-09 – 2022-07
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Bachelor of Science: Computer Technology</h3>
<a class="h4" href="https://www.mut.ac.ke/" target="_blank">Murang'a University of
Technology - Murang'a, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul>
<li class="default-text-color-p">
Graduated with Second Class (UPPER DIVISION)
</li>
<li class="default-text-color-p">
Completed professional development in
"ENHNACED WINDOWS 10 OPERATING SYSTEM
IMAGE FOR DEVELOPERS"
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2022-06 - 2022-07
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Certificate in Introduction to Cybersecurity: Cybersecurity</h3>
<a class="h4" href="#" target="_blank">Cisco Networking Academy (Kenyatta University) -
Nairobi, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul>
<li class="default-text-color-p">
Awarded Certificate of Course Completion, for
completing the Cisco Networking Academy®
Introduction to Cybersecurity course, and
demonstrating the ability to explain the
following:
<ul>
<li>Global implications of cyber threats</li>
<li>Ways in which networks are vulnerable to attack</li>
<li>Impact of cyber-attacks on industries</li>
<li>Cisco's approach to threat detection and defense</li>
<li>Why cybersecurity is a growing profession</li>
<li>Opportunities available for pursuing network security certifications</li>
</ul>
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2018-01 - 2018-05
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Certificate in Computer Packages: Computing</h3>
<a class="h4" href="#" target="_blank">Machakos Institute of Technology - Machakos,
Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul>
<li class="default-text-color-p">
Awarded Distinction in Computer Packages, i.e.,
Microsoft Word, Microsoft Excel, Microsoft
PowerPoint, Microsoft Access, Microsoft Publisher;
and typing.
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p>
2014-02 - 2017-11
</p>
</div>
<div class="col">
<div class="card-body">
<h3>Kenya Certificate of Secondary Education</h3>
<a class="h4" href="#" target="_blank">Mumbuni Boys' School - Machakos, Kenya</a>
<p style="color: rgb(136, 176, 209);">
<ul>
<li class="default-text-color-p">
Member of WildLife Club
</li>
<li class="default-text-color-p">
Member of Science and Engineering Club
</li>
<li class="default-text-color-p">
Awarded 1st Runner-up in County Science and
Engineering Fair.
</li>
<li class="default-text-color-p">
Attained a mean grade of B- in Kenya Certificate
of Secondary Education, with distinctions in
Mathematics and Physics.
</li>
</ul>
</p>
</div>
</div>
</div>
<!---------------------------------->
</div>
<!--//////////////////Certifications/////////////////////////////////-->
<div class="card">
<h2>Certifications</h2>
<div class="col">
<ol>
<li class="h2 default-text-color-p">
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p class="color-blue">
2022-07
</p>
</div>
<div class="col">
<p class="h3 default-text-color-p">
Certificate of Appreciation – Murang’a University of Technology Catholic Action
</p>
</div>
</div>
</li>
<!--------------------------->
<li class="h2 default-text-color-p">
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p class="color-blue">
2022-07
</p>
</div>
<div class="col">
<p class="h3 default-text-color-p">
Certificate of Course Completion, Introduction to Cybersecurity – Kenyatta
University
</p>
</div>
</div>
</li>
<!--------------------------->
<li class="h2 default-text-color-p">
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p class="color-blue">
2018-05
</p>
</div>
<div class="col">
<p class="h3 default-text-color-p">
Certificate in Computer Packages – Machakos Institute of Technology
</p>
</div>
</div>
</li>
<!--------------------------->
<li class="h2 default-text-color-p">
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p class="color-blue">
2017-12
</p>
</div>
<div class="col">
<p class="h3 default-text-color-p">
Kenya Certificate of Secondary Education – Mumbuni Boys’ School
</p>
</div>
</div>
</li>
<!--------------------------->
<li class="h2 default-text-color-p">
<div class="row d-sm-inline-block">
<div class="col w-auto">
<p class="color-blue">
2016-03
</p>
</div>
<div class="col">
<p class="h3 default-text-color-p">
Certificate of Excellence – Kenya Science and Engineering Fair (Machakos Sub
County)
</p>
</div>
</div>
</li>
<!--------------------------->
</ol>
</div>
</div>
<!--///////////////////Interests/////////////////////////////////-->
<div class="card">
<h2>Interests</h2>
<p class="default-text-color-p">
Operating Systems, Software Development, Beta
Software, Motorsports, Mobile Devices, Android,
Linux, Bash, Technology, Networks
</p>
</div>
<!--///////////////////Hobbies/////////////////////////////////-->
<div class="card">
<h2>Hobbies</h2>
<p class="default-text-color-p">
I enjoy Reading Technology blogs to stay informed
on the latest on trends on mobile devices, wearables
and smart devices. I am very enthusiastic about
Operating Systems. I love testing different operating
systems ranging from the different flavors of Linux
including the various assemblies of Android and also
custom builds of windows. I also spent a significant
amount of my free time testing different software on
Linux, Windows and Android. When I need to stretch my muscles, I cycle. I am also an avid PC Gamer.
</p>
</div>
<!--///////////////////Referees/////////////////////////////////-->
<div class="card">
<h2>Referees</h2>
<table>
<tbody>
<tr>
<th>
Name
</th>
<th>
Organisation
</th>
<th>
Contact
</th>
</tr>
<tr class="mt-3 default-text-color-p">
<td class="p-1">Mr. Isaac Owino</td>
<td class="p-1">Kenyatta University</td>
<td class="p-1">0727 796389</td>
</tr>
<tr class="mt-3 default-text-color-p">
<td class="p-1">Mr. Peter Mwangi</td>
<td class="p-1">Murang’a University of Technology</td>
<td class="p-1">0726 445415</td>
</tr>
<tr class="mt-3 default-text-color-p">
<td class="p-1">Dr. Aaron Oirere</td>
<td class="p-1">Murang’a University of Technology</td>
<td class="p-1">0718 418404</td>
</tr>
</tbody>
</table>
</div>
<!--////////////////////////////////////////////////////-->
</div>
</section>
<!--/////////////////////////////////////////////////////////////////////////////////////////////////////-->
<!--/////////////////////////////////servicesCards/////////////////////////////////-->
<section>
<div class="cards" id="servicesCards">
<div class="card">
<a>
<h2>Services</h2>
</a>
<p style="color: rgb(202, 189, 171);">
<ul>
<li>
CyberSecurity Consultancy
<p class="default-text-color-p">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Corporis consequatur, error
eligendi expedita iste sed.
</p>
</li>
<li>
Web Development
<p class="default-text-color-p">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui, earum!
</p>
</li>
<li>
Graphics Design
<p class="default-text-color-p">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui, earum! Lorem ipsum dolor sit
amet, consectetur adipisicing elit. Cupiditate quam sapiente iure atque libero mollitia!
</p>
</li>
</ul>
</p>
</div>
</div>
</section>
<!---------------////////services//////////////////////////////////////////////////////////////////////-->
<!--/////////////////////////////////CONTACT/////////////////////////////////-->
<section>
<div class="cards overflow-hidden" id="contactsCards">
<div class="card">
<h1>Brian Mulwa</h1>
<p class="h2">Phone: <a
href="https://api.whatsapp.com/send/?phone=254711990838&text&type=phone_number&app_absent=0">+254
711 990 838</a> </p>
<p class="h4"><a href="mailto:[email protected]">Email: [email protected]</a></p>
</div>
</div>
</section>
<!---------------////////CONATCTS//////////////////////////////////////////////////////////////////////-->
<script>
// import {MarkdownBlock, MarkdownSpan, MarkdownElement} from "https://md-block.verou.me/md-block.js";
// import {MarkdownBlock, MarkdownSpan, MarkdownElement} from "md-block";
function openNav() {
document.getElementById("menu").style.display = "block";
}
function closeNav() {
document.getElementById("menu").style.display = "none";
}
function tour() {
document.getElementById("tourCards").style.display = "block";
document.getElementById("homeContent").style.display = "none";
document.getElementById("aboutCards").style.display = "none";
document.getElementById("contactsCards").style.display = "none";
document.getElementById("servicesCards").style.display = "none";
document.getElementById("location").innerHTML = "Tour";
document.getElementById("menu").style.display = "none";
console.log("tour")
}
function home() {
document.getElementById("tourCards").style.display = "none";
document.getElementById("homeContent").style.display = "block";
document.getElementById("location").innerHTML = "Home";
document.getElementById("aboutCards").style.display = "none";
document.getElementById("menu").style.display = "none";
document.getElementById("contactsCards").style.display = "none";
document.getElementById("servicesCards").style.display = "none";
console.log("Home")
}
function about() {
document.getElementById("tourCards").style.display = "none";
document.getElementById("homeContent").style.display = "none";
document.getElementById("aboutCards").style.display = "block";
document.getElementById("location").innerHTML = "About";
document.getElementById("menu").style.display = "none";
document.getElementById("contactsCards").style.display = "none";
document.getElementById("servicesCards").style.display = "none";
console.log("About")
}
function services() {
document.getElementById("tourCards").style.display = "none";
document.getElementById("homeContent").style.display = "none";
document.getElementById("aboutCards").style.display = "none";
document.getElementById("location").innerHTML = "Services";
document.getElementById("menu").style.display = "none";
document.getElementById("servicesCards").style.display = "block";
document.getElementById("contactsCards").style.display = "none";
console.log("Services")
}
function contact() {
document.getElementById("tourCards").style.display = "none";
document.getElementById("homeContent").style.display = "none";
document.getElementById("aboutCards").style.display = "none";
document.getElementById("location").innerHTML = "Contact";
document.getElementById("menu").style.display = "none";
document.getElementById("servicesCards").style.display = "none";
document.getElementById("contactsCards").style.display = "block";
console.log("Contact")
}
</script>
</body>
</html>