-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (112 loc) · 5.37 KB
/
index.html
File metadata and controls
112 lines (112 loc) · 5.37 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Frontloops project</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<aside class="aside">
<h1 class="header">frontloops</h1>
<h2 class="header h2">project</h2>
<p class="header me">by Ibrohim Toirov</p>
</aside>
<aside class="aside-link">
<a href="https://frontloops.io/">frontloops.io</a>
</aside>
<section class="main">
<ul class="loop-1">
<h1 class="loop-header">Loop - 1</h1>
<li class="loop-item">
<a href="Loop-1/Step-1/index.html" class="step-link">Step 1</a>
<p class="step-description">Subscribtion for TV channels page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-2/index.html" class="step-link">Step 2</a>
<p class="step-description">Payment method page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-3/index.html" class="step-link">Step 3</a>
<p class="step-description">Check of order card page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-4/index.html" class="step-link">Step 4</a>
<p class="step-description">Messenger page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-5/index.html" class="step-link">Step 5</a>
<p class="step-description">Flight info page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-6/index.html" class="step-link">Step 6</a>
<p class="step-description">Registration page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-7/index.html" class="step-link">Step 7</a>
<p class="step-description">Read article page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-8/index.html" class="step-link">Step 8</a>
<p class="step-description">City card page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-9/index.html" class="step-link">Step 9</a>
<p class="step-description">Personal Budged page</p>
</li>
<li class="loop-item">
<a href="Loop-1/Step-10/index.html" class="step-link">Step 10</a>
<p class="step-description">Landing page for Apple Watch</p>
</li>
</ul>
<ul class="loop-2">
<h1 class="loop-header">Loop - 2</h1>
<li class="loop-item">
<a href="Loop-2/Step-1/index.html" class="step-link">Step 1</a>
<p class="step-description">Setting page for Laundry</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-2/index.html" class="step-link">Step 2</a>
<p class="step-description">Account settings page</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-3/index.html" class="step-link">Step 3</a>
<p class="step-description">Personal Files page</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-4/index.html" class="step-link">Step 4</a>
<p class="step-description">City entertainments page</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-5/index.html" class="step-link">Step 5</a>
<p class="step-description">Travel the city page</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-6/index.html" class="step-link">Step 6</a>
<p class="step-description">Calendar(agenda) page</p>
</li>
<li class="loop-item">
<a style="cursor: not-allowed;" class="step-link">Step 7</a>
<p class="step-description"></p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-8/index.html" class="step-link">Step 8</a>
<p class="step-description">Online banking system page</p>
</li>
<li class="loop-item">
<a href="Loop-2/Step-9/index.html" class="step-link">Step 9</a>
<p class="step-description">Google Maps directions page</p>
</li>
<li class="loop-item">
<a style="cursor: not-allowed;" class="step-link">Step 10</a>
<p class="step-description"></p>
</li>
</ul>
</section>
<footer class="footer">
<a style="cursor: not-allowed;" class="footer-link">back to Portfolio</a>
</footer>
</body>
</html>