-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.json
More file actions
130 lines (130 loc) · 4.91 KB
/
Copy pathcontent.json
File metadata and controls
130 lines (130 loc) · 4.91 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
[
{
"heading": "Personal Website Challenges",
"link": "https://github.com/asifm37/sites",
"tooltip": "Checkout Project at GitHub",
"sites": [
{
"title": "My Online Resume (Dummy)",
"desc": "Developed Using Only HTML+CSS",
"img": "asif-profile.png",
"link": "myresume/index.html"
},
{
"title": "3D Animating Card",
"desc": "3D Effect Card Animation using Plain CSS & JavaScript",
"img": "3d-card.jpg",
"link": "3d-effect-card/index.html"
},
{
"title": "TinDog: Tinder for Dogs? (Dummy)",
"desc": "Check out our TinDog Website (FrontEnd Only)",
"img": "tindog.png",
"link": "tindog/index.html"
},
{
"title": "My First Basic Online Resume",
"desc": "The Journey Started Here, Using only Pure HTML",
"img": "pure-html.png",
"link": "pure-html-resume/index.html"
},
{
"title": "Dice Game",
"desc": "Play Dice Game and See Who Wins!",
"img": "dice-game.png",
"link": "dice-game/index.html"
},
{
"title": "Drum Kit",
"desc": "Try The Inner Drummer Artist In You!",
"img": "drumkit.png",
"link": "drumkit/index.html"
},
{
"title": "Simon Game: Follow The Color",
"desc": "Play & Check Your Memorization Focus! (Mobile Responsive)",
"img": "simongame.png",
"link": "simongame/index.html"
}
]
},
{
"heading": "Frontend Mentor Challenges",
"link": "https://www.frontendmentor.io/profile/asifm37",
"tooltip": "Checkout these at www.frontendmentor.io",
"sites": [
{
"title": "Challenge #1: Stats Preview Card",
"desc": "Responsive Statistics Preview Card Component using HTML & CSS Only",
"img": "chal-1.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/stats-preview-card/"
},
{
"title": "Challenge #2: 3-Column Preview Card",
"desc": "Bootstrap based Responsive 3-Column Preview Card Component using HTML & CSS Only",
"img": "chal-2.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/3-column-preview-card/"
},
{
"title": "Challenge #3: User Profile Card",
"desc": "Profile Card Component using Pure CSS using bit advance Background options",
"img": "chal-3.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/profile-card/"
},
{
"title": "Challenge #4: FAQ Accordion Card",
"desc": "FAQ Accordion Card Component using Pure CSS. BONUS: without JS Accordion behavior",
"img": "chal-4.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/faq-card/"
},
{
"title": "Challenge #5: Huddle Landing Page",
"desc": "Responsive Landing Page Using HTML & Plain CSS Only",
"img": "chal-5.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/huddle-landing-page/"
},
{
"title": "Challenge #6: Ping Coming Soon Page",
"desc": "Responsive Coming Soon Landing Page with Single Column Style using only HTML & Plain CSS",
"img": "chal-6.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/ping-coming-soon-page/"
},
{
"title": "Challenge #7: Single Price Grid component",
"desc": "CSS Grid Single Price Component which is Mobile Responsive",
"img": "chal-7.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/single-price-grid/"
},
{
"title": "Challenge #8: Testimonials Grid Section",
"desc": "Mobile First Approach Testimonial Grid Section using CSS Grid",
"img": "chal-8.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/testimonials-grid/"
},
{
"title": "Challenge #9: Article Preview Component",
"desc": "Mobile Responsive Article Preview Card Component Using HTML, CSS & bit of JS",
"img": "chal-9.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/article-preview/"
},
{
"title": "Challenge #10: Landing Page with Sign-Up form",
"desc": "Mobile First Landing Page with SignUp Form Using HTML & CSS, Form Validation using JS",
"img": "chal-10.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/intro-signup-form/"
},
{
"title": "Challenge #11: Time Tracking Dashboard",
"desc": "Mobile First Approach Using Grid Layout with Data Rendering from a Data JSON without ReactJS",
"img": "chal-11.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/time-track-dashboard/"
},
{
"title": "Challenge #12: Base Apparel Coming Soon Page",
"desc": "Responsive Landing Page with Manual Email Validation Form using Pure JS",
"img": "chal-12.jpg",
"link": "https://asifm37.github.io/FrontEndMentor/base-apparel-coming-soon/"
}
]
}
]