-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
125 lines (103 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
</head>
<body>
<h1>Projects</h1>
<ul>
<li>
<a href="./profile-card-component-main/index.html">
profile-card-component-main
</a>
</li>
<li>
<a href="./social-proof-section-master/index.html">
social-proof-section-master
</a>
</li>
<li>
<a href="./faq-accordion-card-main/index.html">
faq-accordion-card-main
</a>
</li>
<li>
<a href="./fylo-data-storage-component-master/index.html">
fylo-data-storage-component-master
</a>
</li>
<li>
<a href="./article-preview-component-master/index.html">
article-preview-component-master
</a>
</li>
<li>
<a href="./coding-bootcamp-testimonials-slider-master/index.html">
coding-bootcamp-testimonials-slider-master
</a>
</li>
<li>
<a href="./four-card-feature-section-master/index.html">
four-card-feature-section-master
</a>
</li>
<li>
<a href="./base-apparel-coming-soon-master/index.html">
base-apparel-coming-soon-master
</a>
</li>
<li>
<a href="./intro-component-with-signup-form-master/index.html">
intro-component-with-signup-form-master
</a>
</li>
<li>
<a href="./single-price-grid-component-master/">
single-price-grid-component-master
</a>
</li>
<li>
<a href="./ping-coming-soon-page-master/index.html">
ping-coming-soon-page-master
</a>
</li>
<li>
<a href="./huddle-landing-page-with-single-introductory-section-master/index.html">
huddle-landing-page-with-single-introductory-section-master
</a>
</li>
<li>
<a href="./project-tracking-intro-component-master/index.html">
project-tracking-intro-component-master
</a>
</li>
<li>
<a href="./fylo-dark-theme-landing-page-master/index.html">
fylo-dark-theme-landing-page-master
</a>
</li>
<li>
<a href="./manage-landing-page-master/index.html">
manage-landing-page-master
</a>
</li>
<li>
<a href="./chat-app-css-illustration-master/index.html">
chat-app-css-illustration-master
</a>
</li>
<li>
<a href="./static-job-listings-with-data-attributes/index.html">
static-job-listings-with-data-attributes
</a>
</li>
<li>
<a href="./static-job-listings-with-json/index.html">
static-job-listings-with-json
</a>
</li>
</ul>
</body>
</html>