-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
100 lines (83 loc) · 3.78 KB
/
Copy pathsources.html
File metadata and controls
100 lines (83 loc) · 3.78 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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title id="title">Tech Talks</title>
<link rel="icon" href="assets/logo.png">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<script type="text/javascript" src="n.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
AOS.init();
document.getElementById("title").innerHTML = name;
document.getElementById("nav").innerHTML = navbar;
document.getElementById("sourcesl").classList.add("active");
});
window.onload=otherNav(); //Changes transparency of navbar on scroll
window.onload=parallaxEffect();
</script>
</head>
<body>
<div>
<header class="header">
<div id="nav"></div>
</header>
<div class="container" style="height: 110vh; overflow-x: hidden">
<div class="pt-5 blackText">
<div class="py-5" style="text-align: center;"></div>
<div style="text-align: center; padding-bottom: 50px; padding-top: 50px; background-color:rgb(133, 133, 133, 0.5);">
<div data-aos="fade-right" class="col blackText">
<hr>
<div>
<h5>
<b><u>Royalty-free Images From:</u></b>
</h5>
</div>
<h5>
https://www.pexels.com/photo/turned-on-macbook-3205403/
</h5>
<h5>
https://www.pexels.com/photo/woman-having-video-call-4240602/
</h5>
<h5>
https://www.pexels.com/photo/people-on-a-video-call-4226122/
</h5>
<h5>
https://www.pexels.com/photo/turned-on-macbook-3205403/
</h5>
<h5>
https://www.pexels.com/photo/a-man-in-gray-suit-having-an-online-meeting-using-his-laptop-7792751/
</h5>
<h5>
https://www.pexels.com/photo/people-on-a-video-call-4226122/
</h5>
</div>
</div>
</div>
<div class="py-5" style="text-align: center;"></div>
<div class="pt-5 text-gray" style="text-align: center; padding-bottom: 50px; padding-top: 50px; background-color:rgb(133, 133, 133, 0.5);">
<div data-aos="fade-right" class="col blackText">
<hr>
<div>
<h5>
<b><u>Bootstrap</u></b>
</h5>
</div>
<h5>
We used Bootstrap, a free CSS framework that helps styling websites (<a href="https://getbootstrap.com/">link</a>).
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>