-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (132 loc) · 8.22 KB
/
index.html
File metadata and controls
140 lines (132 loc) · 8.22 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
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
<!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">
<link rel="stylesheet" href="style.css">
<title>fep-my works</title>
</head>
<body>
<div class="container">
<div class="column-left">
<h2>Small Components</h2>
<h3>navbars</h3>
<ul>
<li><a href="/navbar/navbar-4mei21/index.html">Navbar 4mei21</a></li>
<li><a href="/navbar/2021-05-28-self-simple-navbar/index.html">2021-05-28-self-simple-navbar</a></li>
<li><a href="/navbar/2021-07-14-navbar/index.html">2021-07-14-navbar</a></li>
</ul>
<h3>footers</h3>
<ul>
<li><a href="/footers/2021-07-03-footer/index.html">2021-07-03-footer</a></li>
</ul>
<h3>layouts</h3>
<ul>
<li><a href="/layouts/2021-07-06-page/index.html">2021-07-06-page</a></li>
<li><a href="/layouts/2021-07-09-cards/index.html">2021-07-09-cards</a></li>
<li><a href="/layouts/2021-07-23-page/index.html">2021-07-23-page</a></li>
<li><a href="/layouts/2021-07-26-sidebar-toggle/index.html">2021-07-26-sidebar-toggle</a></li>
<li><a href="/layouts/2021-07-31-sidebar/index.html">2021-07-31-sidebar</a></li>
<li><a href="/layouts/2022-03-21-sign-up-form/index.html">2022-03-21-sign-up-form</a></li>
</ul>
<h3>cards</h3>
<ul>
<li><a href="/box/2021-05-11--services-box/index.html">Services Box 11mei21</a></li>
<li><a href="/box/2021-05-12-self-services-box/index.html">Services Box 12mei21</a></li>
<li><a href="/cards/2021-05-17-self-pricing-cards/index.html">Pricing Cards 17mei21</a></li>
<li><a href="/cards/2021-05-19-self-cookie-disclaimer/index.html">2021-05-19-self-cookie-disclaimer</a>
</li>
<li><a href="/cards/2021-05-20-self-events-list/index.html">2021-05-20-self-events-list</a></li>
</li>
<li><a href="/cards/2021-06-29-user-cards/index.html">2021-06-29-user-cards</a></li>
</ul>
<h3>js-mini-apps</h3>
<ul>
<li><a href="/js-mini-apps/2021-07-11-color-flipper/index.html">2021-07-11-color-flipper</a></li>
<li><a href="/js-mini-apps/2021-07-12-counter/index.html">2021-07-12-counter</a></li>
<li><a href="/js-mini-apps/2021-07-12-review-carousel/index.html">2021-07-12-review-carousel</a></li>
<li><a href="/js-mini-apps/2022-02-09-rock-paper-scissors-cli/index.html">2022-02-09-rock-paper-scissors-cli</a>
</li>
<li><a href="/js-mini-apps/2022-02-14-rock-paper-scissors-gui/index.html">2022-02-14-rock-paper-scissors-gui</a>
</li>
<li><a href="/js-mini-apps/2022-02-17-etch-a-sketch/index.html">2022-02-17-etch-a-sketch</a></li>
<li><a href="/js-mini-apps/2022-03-18-calculator/index.html">2022-03-18-calculator</a></li>
<li><a href="/js-mini-apps/2022-03-24-library/index.html">2022-03-24-library</a></li>
<li><a href="/js-mini-apps/2022-03-26-tic-tac-toe/index.html">2022-03-26-tic-tac-toe</a></li>
<li><a href="/js-mini-apps/2022-03-28-tic-tac-toe/index.html">2022-03-28-tic-tac-toe</a></li>
<li><a href="/js-mini-apps/2023-05-05-form-validation/index.html">2023-05-05-form-validation</a></li>
<li><a href="/js-mini-apps/2023-05-11-get-random-image/index.html">2023-05-11-get-random-image</a></li>
</ul>
<h3>components</h3>
<ul>
<li><a href="/components/2023-01-01-action-menu/index.html">2023-01-01-action-menu</a></li>
<li><a href="/components/2023-01-03-sort-list/index.html">2023-01-03-sort-list</a></li>
<li><a href="/components/2023-03-23-dropdown-nav/index.html">2023-03-23-dropdown-nav</a></li>
<li><a href="/components/2023-04-12-dropdown-menu/index.html">2023-04-12-dropdown-menu</a></li>
<li><a href="/components/2023-04-16-mobile-tab/index.html">2023-04-16-mobile-tab</a></li>
<li><a href="/components/2023-04-27-img-slider/index.html">2023-04-27-img-slider</a></li>
</ul>
</div>
<div class="column-right">
<h2>Projects</h2>
<h3>youtube clone</h3>
<h4>yt navbar</h4>
<ul>
<li><a href="/navbar/2021-05-30-self-youtube-navbar/index.html">2021-05-30-self-youtube-navbar</a></li>
<li><a href="/navbar/2021-06-23-yt-tag-nav/index.html">2021-06-23-yt-tag-nav</a></li>
</ul>
<h4>yt sidebar</h4>
<ul>
<li><a href="/navbar/2021-06-22-yt-side-nav/index.html">2021-06-22-yt-side-nav</a></li>
</ul>
<h4>yt page elements</h4>
<ul>
<li><a href="/cards/2021-06-19-yt-sidecard/index.html">2021-06-19-yt-sidecard</a></li>
<li><a href="/cards/2021-06-04-self-youtube-vid-cards/index.html">2021-06-04-self-youtube-vid-cards</a>
</li>
<li><a href="/projects/yt-clone/2022-01-02-yt-timestamp-box/index.html">2022-01-02-yt-timestamp-box</a>
</li>
<li><a href="/projects/yt-clone/2022-01-08-yt-playlist-box/index.html">2022-01-08-yt-playlist-box</a>
</li>
<li><a href="/projects/yt-clone/2022-01-15-yt-video-title/index.html">2022-01-15-yt-video-title</a></li>
<li><a
href="/projects/yt-clone/2022-01-17-yt-channel-and-description/index.html">2022-01-17-yt-channel-and-description</a>
</li>
<li><a href="/projects/yt-clone/2022-01-18-yt-comment-and-reply/index.html">2022-01-18-yt-comment-and-reply</a>
</li>
<li><a href="/projects/yt-clone/2022-01-20-yt-homepage/index.html">2022-01-20-yt-homepage</a></li>
<li><a href="/projects/yt-clone/2022-01-21-yt-vid-page/index.html">2022-01-21-yt-vid-page</a></li>
</ul>
<h3>olshop</h3>
<ul>
<li><a href="/projects/olshop/2022-02-02-olshop-navbar/index.html">2022-02-02-olshop-navbar</a></li>
<li><a href="/projects/olshop/2022-02-05-olshop/index.html">2052-02-05-olshop</a></li>
</ul>
<h3>50projects50days</h3>
<ul>
<li><a href="/projects/50projects50days/01-expanding-cards/index.html">01-expanding-cards</a></li>
<li><a href="/projects/50projects50days/02-progress-steps/index.html">02-progress-steps</a></li>
</ul>
<h3>Single Pages</h3>
<ul>
<li><a href="/projects/2022-03-23-admin-dashboard/index.html">2022-03-23-admin-dashboard</a></li>
<li><a href="/projects/2022-04-05-restaurant-page/index.html">2022-04-05-restaurant-page</a></li>
<li><a href="/projects/2022-04-08-todolist/index.html">2022-04-08-todolist</a></li>
<li><a href="/projects/2022-05-24-todolist/index.html">2022-05-24-todolist</a></li>
</ul>
<h3>Other</h3>
<ul>
<li><a href="/other/2022-05-10-dropdown-menu/index.html">2022-05-10-dropdown-menu</a></li>
<li><a href="/other/2022-10-26-tag-input/index.html">2022-10-26-tag-input</a></li>
<li><a href="/other/2022-10-27-tag-input/index.html">2022-10-27-tag-input</a></li>
<li><a href="/projects/2023-05-19-weather-app/index.html">2023-05-19-weather-app</a></li>
<li><a href="/other/2023-07-01-recursion/index.html">2023-07-01-recursion</a></li>
<li><a href="/other/2023-07-20-linked-list/index.html">2023-07-20-linked-list</a></li>
<li><a href="/other/2023-08-14-binary-search-trees/index.html">2023-08-14-binary-search-trees</a></li>
<li><a href="/other/2023-09-24-knights-travails/index.html">2023-09-24-knights-travails</a></li>
</ul>
</div>
</div>
</body>
</html>