-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
184 lines (142 loc) · 5.62 KB
/
home.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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QuikChat</title>
<meta name="description" content="Communicate with friends, family, or anyone else quickly using QuikChat" />
<meta name="keywords" content="Quikchat, communicate, talk, video, chat, quick, social media" />
<meta name="author" content="RB Technology" />
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap" rel="stylesheet">
<link href="StyleSheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- START - Loader
<div class="wrap">
<div class="loading">
<div class="bounceball"></div>
<div class="loadingText">Loading QuikChat.ca</div>
</div>
</div>
END - Loader -->
<!-- START - HOME -->
<img class="imgWhiteLogo" src="WhiteLogo.png">
<header>
<div class="container">
<h1 class="logo"></h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="Profile.html">Profile</a></li>
<li><a href="Discover.html">Discover</a></li>
<li><a href="collective.html">Collective</a></li>
<li><a href="Video.html">Video</a></li>
<li><a href="private.html">Private</a></li>
<li><a href="Employment.html">Employment</a></li>
</ul>
</nav>
</div>
</header>
<h1 class="HomeTitle P11LU"><span class="typing"></span></h1>
<h2 class="HomeDesc P12LU">QuikChat.ca is revolutionizing the communication industry by providing everyone, everywhere the ability to connect to anyone through a <br> multitude of platforms. </h2>
<img class="imgHome P14RU" src="homePic1.png">
<script src="jquery.2.min.js"></script>
<script src="typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing', {
strings: ["A communication revolution", "brought to you by. . .", "QuikChat.ca"],
loop: true,
typeSpeed: 30,
backSpeed: 20,
backDelay:1300,
});
</script>
<div class="HomeText P13LD"> <!-- WHAT -->
<img class="imgMagGlass" src="magGlass.png" alt="oops, image didn't load ;(">
<h1 class="BoxTitle">What is QuikChat?</h1>
<p class="BoxText">QuikChat is a platform that is designed to facilitate and accelerate communcication between friends, family, or anyone else throuhg a variety of methods of interaction.</p>
</div>
<div class="HomeText P13MD"> <!-- HOW -->
<img class="imgCogWheel" src="cogWheel.png" alt="oops, image didn't load ;(">
<h1 class="BoxTitle">How to use Quikchat</h1>
<p class="BoxText">Use our sleek navigation bar to select which channel of communication you want to use to facilitate and accelerate your communication. Private chat does come at a premium as we don't run ads.</p>
</div>
<div class="HomeText P13RD"> <!-- ABOUT -->
<img class="imgPeople" src="people.png" alt="oops, image didn't load ;(">
<h1 class="BoxTitle">About us</h1>
<p class="BoxText">QuikChat is a student-run technology startup founded by Alex Bastin and Vikram Rawal. QuikChat was created to fill the gap in the communcation market in computers. </p>
</div>
<h3 class="HomeSub P12LD">Try out one of our most popular <br> interaction channels</h3>
<a href="Video.html">
<button class="btn fourth P16LC">Video Chat</button>
</a>
<a href="collective.html">
<button class="btn fourth P16LD">Collective Chat</button>
</a>
<!-- END - HOME -->
</body>
<script>
/* START - Loading Animation
window.addEventListener("load", function(){
var wrap = document.getElementById("wrap");
document.body.removeChild(wrap);
});
(function ($) {
var divs = {
'ball-pulse': 3,
'ball-grid-pulse': 9,
'ball-clip-rotate': 1,
'ball-clip-rotate-pulse': 2,
'square-spin': 1,
'ball-clip-rotate-multiple': 2,
'ball-pulse-rise': 5,
'ball-rotate': 1,
'cube-transition': 2,
'ball-zig-zag': 2,
'ball-zig-zag-deflect': 2,
'ball-triangle-path': 3,
'ball-scale': 1,
'line-scale': 5,
'line-scale-party': 4,
'ball-scale-multiple': 3,
'ball-pulse-sync': 3,
'ball-beat': 3,
'line-scale-pulse-out': 5,
'line-scale-pulse-out-rapid': 5,
'ball-scale-ripple': 1,
'ball-scale-ripple-multiple': 3,
'ball-spin-fade-loader': 8,
'line-spin-fade-loader': 8,
'triangle-skew-spin': 1,
'pacman': 5,
'ball-grid-beat': 9,
'semi-circle-spin': 1,
'ball-scale-random': 3
};
var addDivs = function(n) {
var arr = [];
for (i = 1; i <= n; i++) {
arr.push('<div></div>');
}
return arr;
};
$.fn.loaders = function() {
return this.each(function() {
var elem = $(this);
$.each(divs, function(key, value) {
if (elem.hasClass(key))
elem.html(addDivs(value))
})
});
};
$(function() {
$.each(divs, function(key, value) {
$('.loader-inner.' + key).html(addDivs(value));
})
});
}).call(window, window.$ || window.jQuery || window.Zepto);
END - Loading Animation */
</script>
</html>