-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (177 loc) · 5.6 KB
/
index.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>100 Days CSS Challenge</title>
<meta
name="description"
content="100 Days CSS Challenge Chingu Solo Project" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="main.css" />
<script
src="https://kit.fontawesome.com/16b5633ad1.js"
crossorigin="anonymous"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="#">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<section class="header header-nav">
<div class="container">
<nav>
<ul>
<li class="active"><a href="#">The Challenge</a></li>
<li><a href="#">What is this?</a></li>
<li><a href="#">How can I join?</a></li>
<li><a href="#">Leaderboard</a></li>
</ul>
</nav>
<div class="progress-button">
<a href="#">Check Your Progress <i class="fas fa-signal"></i></a>
</div>
</div>
</section>
<section class="content">
<div class="container">
<div class="day-task-content">
<p class="title">100 Days Css Challenge</p>
<h1>Day <span class="day-number">#01</span></h1>
<p class="day-task-challenge">
<strong>Random Line :</strong>What can I say, it is a line. A line
that moves and circles something. What should it be? That's for you
to decide.
</p>
<p class="day-task-template">
<span><i class="fas fa-angle-double-right"></i></span> grab The
<a href="#"><i class="fas fa-greater-than"></i> TEMPLATE</a> and
submit your work.
</p>
<form onsubmit="return false;">
<input
type="text"
placeholder="Paste your Pen URL here"
name="pen-url"
id="pen-url" />
<button onclick="mysubmit()">Submit</button>
<p class="error-message">The Pen URL is not valid.</p>
</form>
<p class="time-duration">
<i class="far fa-clock"></i><span class="time-left"></span>
</p>
</div>
<div class="day-task-example">
<div class="pen">
<iframe
height="400"
style="width: 100%"
scrolling="no"
title="Solo Project Chingu Example"
src="https://codepen.io/belunatic/embed/LYMVGBJ?default-tab=result"
frameborder="no"
sandbox="allow-scripts allow-same-origin"
loading="lazy"
allowtransparency="true"
allowfullscreen="true">
See the Pen
<a href="https://codepen.io/belunatic/pen/LYMVGBJ">
Solo Project Chingu Example</a
>
by belunatic (<a href="https://codepen.io/belunatic">@belunatic</a
>) on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
<div class="day-task-switch">
<p>
<a class="previous-day" href="#"
><i class="fas fa-chevron-left"></i
></a>
<span>Switch Day</span>
<a class="next-day" href="#"
><i class="fas fa-chevron-right"></i
></a>
</p>
<p>
<a
class="codepen-link"
href="https://codepen.io/belunatic/embed/LYMVGBJ?default-tab=result"
><i class="fab fa-codepen"></i></a
><a class="reload" href="#"><i class="fas fa-sync"></i></a>
</p>
</div>
</div>
</div>
</section>
<section class="submitted-pens-section">
<div class="container">
<div class="title">
<p><strong>SUBMITTER PENS</strong></p>
<p>
<span><i class="fas fa-angle-double-down"></i></span>
</p>
</div>
<div class="others-submitted-pens">
<div class="submitted-pen-block">
<div class="submitted-pen-example">
<div class="pen">
<iframe
height="400"
style="width: 100%"
scrolling="no"
title="Solo Project Chingu Example"
src="https://codepen.io/belunatic/embed/LYMVGBJ?default-tab=result"
frameborder="no"
sandbox="allow-scripts allow-same-origin"
loading="lazy"
allowtransparency="true"
allowfullscreen="true">
See the Pen
<a href="https://codepen.io/belunatic/pen/LYMVGBJ">
Solo Project Chingu Example</a
>
by belunatic (<a href="https://codepen.io/belunatic"
>@belunatic</a
>) on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
</div>
</div>
<div class="submitted-pen-block">
<div class="submitted-pen-example">
<div class="pen">
<iframe
height="400"
style="width: 100%"
scrolling="no"
title="Solo Project Chingu Example"
src="https://codepen.io/belunatic/embed/LYMVGBJ?default-tab=result"
frameborder="no"
sandbox="allow-scripts allow-same-origin"
loading="lazy"
allowtransparency="true"
allowfullscreen="true">
See the Pen
<a href="https://codepen.io/belunatic/pen/LYMVGBJ">
Solo Project Chingu Example</a
>
by belunatic (<a href="https://codepen.io/belunatic"
>@belunatic</a
>) on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
<script src="index.js"></script>
</html>