-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoad Page.html
65 lines (58 loc) · 3.22 KB
/
Load Page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CodePen - Bicycle Preloader</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link rel="stylesheet" href="./css/Load More.css">
</head>
<body>
<div class="container">
<!-- partial:index.partial.html -->
<div>
<svg class="bike" viewBox="0 0 48 30" width="48px" height="30px">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1">
<g transform="translate(9.5,19)">
<circle class="bike__tire" r="9" stroke-dasharray="56.549 56.549" />
<g class="bike__spokes-spin" stroke-dasharray="31.416 31.416" stroke-dashoffset="-23.562">
<circle class="bike__spokes" r="5" />
<circle class="bike__spokes" r="5" transform="rotate(180,0,0)" />
</g>
</g>
<g transform="translate(24,19)">
<g class="bike__pedals-spin" stroke-dasharray="25.133 25.133" stroke-dashoffset="-21.991"
transform="rotate(67.5,0,0)">
<circle class="bike__pedals" r="4" />
<circle class="bike__pedals" r="4" transform="rotate(180,0,0)" />
</g>
</g>
<g transform="translate(38.5,19)">
<circle class="bike__tire" r="9" stroke-dasharray="56.549 56.549" />
<g class="bike__spokes-spin" stroke-dasharray="31.416 31.416" stroke-dashoffset="-23.562">
<circle class="bike__spokes" r="5" />
<circle class="bike__spokes" r="5" transform="rotate(180,0,0)" />
</g>
</g>
<polyline class="bike__seat" points="14 3,18 3" stroke-dasharray="5 5" />
<polyline class="bike__body" points="16 3,24 19,9.5 19,18 8,34 7,24 19" stroke-dasharray="79 79" />
<path class="bike__handlebars" d="m30,2h6s1,0,1,1-1,1-1,1" stroke-dasharray="10 10" />
<polyline class="bike__front" points="32.5 2,38.5 19" stroke-dasharray="19 19" />
</g>
</svg>
</div>
<!-- partial -->
<div style="text-align: center;">
<h1 style="font-weight: bolder;">We are still processing</h1>
<footer>
<button style="color: cadetblue; size: 40px; box-shadow: 10cm; border: 50%;"><a href="index.html">Home Page</a></button>
<button><a href="Sample_View.html">Sample View</a></button>
<button><a href="team_working_View.html">Team Working View</a></button>
<button><a href="Inspect_Our_Sample_Data.html">Inspect Our Sample Data</a></button>
<button><a href="about.html">About Us</a></button>
<button><a href="Project Description.html">Project Description</a></button>
<button><a href="single-post.html">Single Post</a>
</footer></button>
</div>
</div>
</body>
</html>