-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
94 lines (84 loc) · 4.99 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-210761693-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-210761693-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>project</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Acme&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Adamina&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans&display=swap">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/iframe.css">
<link rel="stylesheet" href="assets/css/Scroll-To-Top.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
</head>
<body style="background: rgb(0,0,0);color: rgb(1,1,1);">
<div class="d-flex justify-content-center align-items-center"
style="height: 100vh;background: url("assets/img/WWDC-2019-Wallpaper-AR72014-Desktop-v1-Black.png") center / cover no-repeat; background-attachment:fixed;">
<div class="d-flex justify-content-center align-items-center"><a class="btn btn-secondary" role="button"
style="border-radius: 25px;background: rgba(108,117,125,0.55);border-style: none;margin-bottom: 5vh;position: absolute !important;top: 50px;"
href="index.html">Back to Home</a></div>
<div id="scroll-to-top"><i class="fa fa-chevron-down bounce animated infinite" style="font-size: 30px;"></i>
</div>
</div>
<div class="container" style="background-color: rgb(45 19 98); padding: 0px;">
<div class="row">
<div class="col-md-6">
<img class="img-fluid" src="assets/img/Course.jpg">
</div>
<div class="col-md-6">
<p
style="font-family: Acme, sans-serif;font-size: 20px; text-align: justify; color: rgba(255,255,255,0.6); padding: 40px;">
It measures typing speed in WPM (words per minute). It is a calculation of how fast you type words.
It
measure gross speed in our typing test.<br>To find out your typing speed and accuracy in just 1
minute,
to
understand whether you need to improve something.<br>The average typing speed is 40 WPM, try to
exceed
it!
<br>You can take the test several times and see your typing speed improve over time.
</p>
<div class="d-flex justify-content-center align-items-center"><a
style="text-align:center;border-radius: 25px;background: rgba(108,117,125,0.55);border-style: none;margin: 20px; text-decoration: none;color: white; padding: 10px;"
href="http://yogeshrjk.github.io/TypingSpeed/">http://yogeshrjk.github.io/TypingSpeed/</a>
</div>
</div>
<div style="height: 100vh;"><iframe src="https://yogeshrjk.github.io/TypingSpeed/" width="100%"
height="100%" style="border:none;overflow:hidden" scrolling="no" frameborder="0"
allowTransparency="true"></iframe>
</div>
</div>
</div>
</div>
<footer class="footer-dark" style="height: 143px;padding: 30px 0px;background: rgb(0,0,0);padding-top: 20px;">
<div class="container">
<div class="row">
<div class="col-12 item social"><a href="https://www.facebook.com/yogesh.rajak.18/"><i
class="icon ion-social-facebook"></i></a><a href="https://twitter.com/Yogesh_rjk"><i
class="icon ion-social-twitter"></i></a><a
href="https://www.linkedin.com/in/yogesh-rajak-04/"><i
class="icon ion-social-linkedin"></i></a><a href="mailto:[email protected] "><i
class="icon ion-android-mail"></i></a><a href="https://github.com/yogeshrjk"><i
class="icon ion-social-github"></i></a></div>
</div>
<p class="text-white copyright" style="color: rgb(255,255,255);">Designed by Yogesh Rajak © 2021
</p>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
</body>
</html>