-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunction_page_4.html
More file actions
58 lines (45 loc) · 1.73 KB
/
function_page_4.html
File metadata and controls
58 lines (45 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>function Page 1</title>
<script src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="./styles/function_page_4.css">
</head>
<body>
<div id="container">
<div id="left_div">
<div>
<img id="logo" src="https://i.ibb.co/RQhW0Jy/20221108-224623.png" alt="">
<p id="logotitle"> WRIKE RIDER </p>
</div>
<h1>Let’s name your first <br>space</h1>
<p>This is where you’ll keep your team’s projects and tasks.</p>
<p>Don’t worry, you can change everything later.</p>
<input id="space" type="text" placeholder="e.g. First space">
</div>
<div id="right_div">
<img src="https://i.ibb.co/qdnjs19/Capture.jpg">
<div id="circle">
<div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-solid fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
<div><i class="fa-regular fa-circle"></i></div>
</div>
<p id="next_btn">Next</p>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/function_page_4.js"></script>