-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
149 lines (146 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal Portfolio</title>
</head>
<body>
<ul>
<li><a href="https://jesusatao96.github.io/GeekPet">GeekPet</a></li>
<li><a href="https://jesusatao96.github.io/chattitu">Chattitu</a></li>
<li>
DevChallenges:
<ul>
<li>
<a href="https://jesusatao96.github.io/dev-challenges/my-gallery">
My Gallery
</a>
</li>
</ul>
</li>
<li>
Frontend Mentor Challenges:
<ul>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/article-preview-component">
Article preview component
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/profile-card-component-main">
Profile card component
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/faq-accordion-card-main">
FAQ accordion card
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/social-proof-section-master">
Social proof section
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/four-card-feature-section-master">
Four card feature section
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/single-price-grid-component-master">
Single price grid component
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/testimonials-grid-section-main">
Testimonials grid section
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/base-apparel-coming-soon-master">
Base Apparel coming soon page
</a>
</li>
<li>
<a
href="https://jesusatao96.github.io/frontend-mentor-challenges/huddle-landing-page-with-single-introductory-section-master">
Huddle landing page with a single introductory section
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/chat-app-css-illustration">
Chat app CSS illustration
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/clipboard-landing-page">
Clipboard landing page
</a>
</li>
<li>
<a
href="https://jesusatao96.github.io/frontend-mentor-challenges/rest-countries-api-with-color-theme-switcher">
REST Countries API with color theme switcher
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/bookmark-landing-page">
Bookmark landing page
</a>
</li>
<!-- <li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/rock-paper-scissors">
Rock, Paper, Scissors game
</a>
</li> -->
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/fylo-data-storage-component">
Fylo data storage component
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/insure-landing-page">
Insure landing page
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/huddle-landing-page-with-alternating-feature-blocks">
Huddle landing page with alternating feature blocks
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/social-media-dashboard-with-theme-switcher">
Social media dashboard with theme switcher
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/loopstudios-landing-page">
Loopstudios landing page
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/job-listings-challenge">
Job Listings Challenge
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/easybank-landing-page">
Easybank landing page
</a>
</li>
<li>
<a href="https://jesusatao96.github.io/frontend-mentor-challenges/fylo-landing-page-with-two-column-layout">
Fylo landing page with two column layout
</a>
</li>
<li>
<a href="https://myteam-multi-page-website-teal.vercel.app/">
My team website challenge
</a>
</li>
</ul>
</li>
</ul>
</body>
</html>