-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog1.html
641 lines (602 loc) · 37.3 KB
/
blog1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Woulves Den</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./css/all.css">
<!------- Owl-Carousel --------->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<!---------------- AOS Library ----------------->
<link rel="stylesheet" href="./css/aos.css">
<!---------------- AOS Library ----------------->
<!-- Custom Style -->
<link rel="stylesheet" href ="./css/style.css">
</head>
<body>
<!--------------- Navigation ----------------->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="#" class="text-gray">Woulves Den</a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link">
<a href="index.html">Home</a>
</li>
<li class="nav-link">
<a href="index.html#category">Category</a>
</li>
<li class="nav-link">
<a href="archive.html">Archive</a>
</li>
<li class="nav-link">
<a href="index.html#pagenum">Pages</a>
</li>
<li class="nav-link">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/"><i class="fa-brands fa-instagram-square"></i></a>
<a href="https://twitter.com/"><i class="fa-brands fa-twitter-square"></i></a>
<a href="https://www.youtube.com/"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</nav>
<!--------------- Navigation ----------------->
<!---------------- Main Site Section ---------------->
<main>
<!--------------- Site Title ------------------->
<section class="site-title" id="blog-pic">
<div class="site-background" data-aos="fade-up" data-aos-delay="100">
<h3>Have you ever wanted to learn about networking but never knew where to start?</h3>
<h1>Well now is your chance</h1>
<button onclick="location.href='#home'"class="btn">Start</button>
</div>
</section>
<!--------------- Site Title ------------------->
<!-------------- Blog Carousel ------------------>
<!-- <section>
<div class="blog" id="home">
<div class="container">
<div class="owl-carousel owl-theme blog-post">
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./woulves-den/assets/Blog-post/post-1.jpg"alt="post-1">
<div class="blog-title">
<h3>London Fashion Week's Continued the Evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-in" data-aos-delay="200">
<img src="./woulves-den/assets/Blog-post/post-3.jpg"alt="post-1">
<div class="blog-title">
<h3>London Fashion Week's Continued the Evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-left" data-aos-delay="200">
<img src="./woulves-den/assets/Blog-post/post-2.jpg"alt="post-1">
<div class="blog-title">
<h3>London Fashion Week's Continued the Evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./woulves-den/assets/Blog-post/post-5.png"alt="post-1">
<div class="blog-title">
<h3>London Fashion Week's Continued the Evolution</h3>
<button class="btn btn-blog">Fashion</button>
<span>2 minutes</span>
</div>
</div>
</div>
<div class="owl-navigation">
<span class="owl-nav-prev"><i class="fas fa-long-arrow-alt-left"></i></span>
<span class="owl-nav-next"><i class="fas fa-long-arrow-alt-right"></i></span>
</div>
</div>
</div>
</section> -->
<!-------------- Blog Carousel ------------------>
<!-------------- Site Content ------------------->
<!-- Have you ever wanted to learn about networking but never knew where to start?
Well now here's your chance to start. -->
<section class="container" id="home">
<div class="site-content">
<div class="posts">
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="heading">
<h3>Networking Part One</h3>
<h1>Networking Today</h1>
</div>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/vecteezy_close-up-of-business-man-hand-working-on-blank-screen-laptop__157.jpg" class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<div class="post-title">
<a href="blog1.html">What is a Network?
</a>
<p id="data"> Let us begin by redefining what a network is. To understand networking
we have to break it down to its defining components. So with that said,
what is a network?
<br>
<blockquote>
"A network is a digital telecommunications network which allows nodes to share resources."
</blockquote>
<br>
Okay, so that definition was a lot to unwrap, so let's break it down even further. Look at the
word <strong><em>telecommunications</em></strong>. Well telecommunications allows you to communicate over a distance
via cable, phone, telegraph or broadcasting. Okay, that was an easy one. Let's look at another
word, <strong><em>nodes</em></strong>. What the heck is that? A node in networking is the connection point among network
devices such as routers, printers, clients or servers that can receive and send data from one endpoint
to the other. So, so far we know a network is a digital form of communication over a distance that
has connection points among other network devices to share resources.
</p>
<br>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/computer-network.png" class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<hr>
<br>
<div class="post-title">
<a href="blog1.html">Client and Server</a>
<p id="data">
Okay, but wait you are probably thinking what are all those network devices that were just mentioned.
Well you are probably familiar with a router and a printer; moreso printer than router but we'll get
more into that one later along with others. I want to focus on the client and the server, which are
also referred to as endpoints or endhosts. Those are key in networking. You will see those words
interchangeably throughout this reading.
<br><br>
A client is a device that access a service made available by a server. So let's take your computer
for example. Right now your computer is accessing this blog made avaible by a web server, thus
making your computer a client. So things like computers, phones, etc are your typical clients in networking.
<br><br>
A server is a device that provides functions or services for clients.
So, say you wanted to watch a youtube video, youtube provides the cloud service that delivers videos
to your device aka client.
<br><br>
Let's do another client server example. Let's say you are at your computer
and someone from a different office requested a file from you from their computer. Who is the client
and server in this scenario? Well your computer is the client and the other computer is the server.
Since your computer is now the one sending data which is the file it is now considered a server,
while the other computer is a client. A client can be a server as long as it provides a function or
service to a client. Similarly the same device can be a client in some situations, and a server in
other situations like when you are using your computer to watch youtube videos.
<br><br>
So with that all that in mind we can visualize a basic network. Two PCs or clients can be connected
together via a cable creating a network and essentially have a conversation with each other. The
examples above are considered more advanced networking systems.
</p>
</div>
<!-- <button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button> -->
</div>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/client and server.png" class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<hr>
<br>
<div class="post-title">
<a href="blog1.html">Switches
</a>
<p id="data">
The next network device we are going to talk about are switches. A switch provides local
connectivity to hosts within the same LAN (Local Area Network). LANs are spaces such as
<strong>
Home Office,
Local Office, and
Home.
</strong>
Switches have many network interfaces/ports for endhosts to connect to. There are typically
24 connection ports on a switch.
</p>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/cisco_switch.jpg" class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<em>Cisco Switch</em>
<br>
<br>
<br>
Switches only work in a local setting and cannot provide connectivity between two Local
Area Networks such as a Home and an Office Space over the internet.
Looking at the below visual, you can see the switch can only provide
network connectivity to the hosts that are connected to it. There is
no transmission of data that can happen between switches over the internet.
<br>
<br>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/switches.png"class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<hr>
<div class="post-title">
<a href="blog1.html">Routers</a>
<p id="data">
In this section we are returning back to a network device that we mentioned briefly before; routers.
A router you have seen before, they have fewer interfaces than a switch and you use one in your house
all the time to connect to servers and send/receive data over the Internet. Routers are used to provide connectivity between
two LANs thus creating a WAN (Wide Area Network).
</p>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/routers.png"class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<hr>
<br>
<div class="post-title">
<a href="blog1.html">Firewalls</a>
<p id="data">
The final network device that we are going to discuss today are firewalls. A firewall monitors
and controls network traffic based on configured rules. You explicitly configure which network
traffic should be allowed in your network and what should not.
<br>
Firewalls can be placed inside the network, or outside of the network. These placements allow
traffic to be filtered either before it reaches the router or after it has passed through the
router. In some cases you might have firewalls both inside and outside of the network.
Just like any technology there are more advance options. A firewall comes in many different and/or advanced
filtering capabilities. The firewalls that include more modern and advance filtering capabilities
are known as <em>"Next-Generation Firewalls."</em>
</p>
</div>
<div class="post-image" data-aos="zoom-in" data-aos-delay="200">
<div>
<img src="./woulves-den/assets/firewall.png"class="img" alt="blog1">
</div>
<!-- <div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div> -->
</div>
<br>
<hr>
<br>
<div class="post-title">
<a href="blog1.html">Recap</a>
<p id="data">
Today we defined a network and covered the core devices that make up a network. With all this
information in mind, take a look at your own home/workspace setup and see if you can identify
any of the network devices that we went over today. I hope you learned a lot and was able to
begin to understand some fundamentals of a network. If you liked this post feel free to look
at others that I have posted and will be posting soon!
</p>
</div>
</div>
</p>
<!-- <button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button> -->
</div>
</div>
<hr>
<!-- <div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./woulves-den/assets/Blog-post/blog2.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 16, 2022</span>
<span>7 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer
</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quis molestias libero optio omnis, minus veniam delectus ratione,
tempore beatae sint quae hic minima suscipit vero!
Quaerat numquam tenetur error rerum.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./woulves-den/assets/Blog-post/blog3.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 19, 2022</span>
<span>5 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyze road accidents
</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quis molestias libero optio omnis, minus veniam delectus ratione,
tempore beatae sint quae hic minima suscipit vero!
Quaerat numquam tenetur error rerum.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./woulves-den/assets/Blog-post/blog4.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span><i class="fas fa-user text-gray"></i> Admin</span>
<span><i class="fas fa-calendar-alt text-gray"></i> June 21, 2022</span>
<span>12 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">New data recording system to better analyze road accidents
</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quis molestias libero optio omnis, minus veniam delectus ratione,
tempore beatae sint quae hic minima suscipit vero!
Quaerat numquam tenetur error rerum.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div> -->
<!-- <div class="pagination flex-row" id="pagenum">
<a href="#"><i class="fas fa-chevron-left"></i></a>
<a href="#" class="pages">1</a>
<a href="#" class="pages">2</a>
<a href="#" class="pages">3</a>
<a href="#"><i class="fas fa-chevron-right"></i></a>
</div> -->
</div>
<aside class="sidebar">
<div class="category">
<h2 id="category">Category</h2>
<ul class="category-list">
<li class="list-items" data-aos="fade-left" data-aos-delay="100">
<a href="#">Software</a>
<span>(05)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="200">
<a href="#">Technology</a>
<span>(02)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="#">Lifestyle</a>
<span>(07)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="400">
<a href="#">Shopping</a>
<span>(03)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="500">
<a href="#">Food</a>
<span>(09)</span>
</li>
</ul>
</div>
<div class="popular-post">
<h2>Popular Post</h2>
<div class="post-content" data-aos="flip-up" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./woulves-den/assets/popular-post/m-blog-1.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-user text-gray"></i> Admin</span> -->
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="300">
<div class="post-image">
<div>
<img src="./woulves-den/assets/popular-post/m-blog-2.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-user text-gray"></i> Admin</span> -->
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="400">
<div class="post-image">
<div>
<img src="./woulves-den/assets/popular-post/m-blog-3.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-user text-gray"></i> Admin</span> -->
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="500">
<div class="post-image">
<div>
<img src="./woulves-den/assets/popular-post/m-blog-4.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-user text-gray"></i> Admin</span> -->
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="600">
<div class="post-image">
<div>
<img src="./woulves-den/assets/popular-post/m-blog-5.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<!-- <span><i class="fas fa-user text-gray"></i> Admin</span> -->
<span><i class="fas fa-calendar-alt text-gray"></i> June 15, 2022</span>
<span>2 Comments</span>
</div>
</div>
<div class="post-title">
<a href="#">A world is a world not worth living without all the
beautiful things nature has to offer</a>
</div>
</div>
<div class="newsletter" data-aos="fade-up" data-aos-delay="300">
<h2>Newsletter</h2>
<div class="form-element">
<input type="text" class="input-element" placeholder="Email">
<button class="btn form-btn">Subscribe</button>
</div>
</div>
<div class="pop-tags">
<h2>Popular Tags</h2>
<div class="tags flex-row">
<span class="tag" data-aos="flip-up" data-aos-delay="100">software</span>
<span class="tag" data-aos="flip-up" data-aos-delay="200">technology</span>
<span class="tag" data-aos="flip-up" data-aos-delay="300">travel</span>
<span class="tag" data-aos="flip-up" data-aos-delay="400">illustration</span>
<span class="tag" data-aos="flip-up" data-aos-delay="500">lifestyle</span>
<span class="tag" data-aos="flip-up" data-aos-delay="600">love</span>
<span class="tag" data-aos="flip-up" data-aos-delay="700">project</span>
</div>
</div>
</div>
</aside>
</div>
</section>
<!-------------- Site Content ------------------->
</main>
<!---------------- Main Site Section ---------------->
<!-------------------- Footer ----------------------->
<footer class="footer">
<div class="container">
<div class="about-us" data-aos="fade-right" data-aos-delay="200">
<h2>About</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Illo a iusto recusandae nam labore repellat voluptatibus
omnis officiis maiores? Quasi.
</p>
</div>
<div class="newsletters" data-aos="fade-right" data-aos-delay="200">
<h2>Newsletter</h2>
<p>Stay updated with our latest</p>
<div class="form-element">
<input type="text" placeholder="Email"><span><i class="fas fa-chevron-right"></i></span>
</div>
</div>
<div class="instagram" data-aos="fade-left" data-aos-delay="200">
<h2>Instagram</h2>
<div class="flex-row">
<img src="./woulves-den/assets/instagram/thumb-card3.png" alt="insta1">
<img src="./woulves-den/assets/instagram/thumb-card4.png" alt="insta2">
<img src="./woulves-den/assets/instagram/thumb-card5.png" alt="insta3">
</div>
<div class="flex-row">
<img src="./woulves-den/assets/instagram/thumb-card6.png" alt="insta4">
<img src="./woulves-den/assets/instagram/thumb-card7.png" alt="insta5">
<img src="./woulves-den/assets/instagram/thumb-card8.png" alt="insta6">
</div>
</div>
<div class="follow" data-aos="fade-left" data-aos-delay="200">
<h2>Follow Us</h2>
<p>Check out our socials</p>
<div>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div class="rights flex-row">
<h4 class="text-gray">
Copyright ©2022 All rights reserved | made by
<a href="https://www.youtube.com/" target="_black">The Woulves Den<i class="fab fa-youtube">
</i>Channel</a>
</h4>
</div>
<div class="move-up">
<span><i class="fas fa-arrow-circle-up fa-2x"></i></span>
</div>
</footer>
<!-------------------- Footer ----------------------->
<!-- Jquery Library file -->
<!-- <script src="./node_modules/jquery/dist/jquery.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!--- Owl-Carousel JS --->
<script src="./js/owl.carousel.min.js"></script>
<!---------------- AOS JS Library ----------------->
<script src="./js/aos.js"></script>
<!-- Custom Javascript -->
<script src="./js/main.js"></script>
</body>
</html>