24
24
< header class ="container primary-header ">
25
25
< div class ="logo "> < img id ='logo ' src ="./Assets/Icons/mamon-logo.svg " alt ="Logo "> < span > mamon</ span > </ div >
26
26
< nav >
27
- < ul role ="list " class ="nav-links ">
27
+ < ul role ="list " id =" navLinks " class ="nav-links ">
28
28
< li > < a href ="# "> Services</ a > </ li >
29
29
< li > < a href ="# "> Clients</ a > </ li >
30
30
< li > < a href ="# "> Our Team</ a > </ li >
31
31
< li > < button class ="button "> Contact Us</ button > </ li >
32
32
</ ul >
33
+ < div id ="burger " onclick ="navMenu(this) ">
34
+ < div class ="line "> </ div >
35
+ < div class ="line "> </ div >
36
+ < div class ="line "> </ div >
37
+ </ div >
33
38
</ nav >
34
39
</ header >
35
40
< main >
@@ -42,75 +47,82 @@ <h1>We're an independent development agency.</h1>
42
47
< header class ="section-header ">
43
48
< div class ="container "> < span > Our Services</ span > </ div >
44
49
</ header >
45
- < section class ="container " id ="services ">
46
- < div class ="service ">
47
- < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-device-mobile " width ="100 "
48
- height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
49
- stroke-linecap ="round " stroke-linejoin ="round ">
50
- < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
51
- < rect x ="7 " y ="4 " width ="10 " height ="16 " rx ="1 " />
52
- < line x1 ="11 " y1 ="5 " x2 ="13 " y2 ="5 " />
53
- < line x1 ="12 " y1 ="17 " x2 ="12 " y2 ="17.01 " />
54
- </ svg >
55
- < h3 > Mobile Development</ h3 >
56
- < p > We develop mobile apps for all contemporary
57
- mobile platforms. Mamon team builds
58
- native and cross-platform solutions.</ p >
59
- </ div >
60
- < div class ="service ">
61
- < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-device-desktop " width ="100 "
62
- height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
63
- stroke-linecap ="round " stroke-linejoin ="round ">
64
- < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
65
- < rect x ="3 " y ="4 " width ="18 " height ="12 " rx ="1 " />
66
- < line x1 ="7 " y1 ="20 " x2 ="17 " y2 ="20 " />
67
- < line x1 ="9 " y1 ="16 " x2 ="9 " y2 ="20 " />
68
- < line x1 ="15 " y1 ="16 " x2 ="15 " y2 ="20 " />
69
- </ svg >
70
- < h3 > Web Development</ h3 >
71
- < p > Mamon offers full range of services from various
72
- CMS and frameworks based websites to complex
73
- ERP/CRM solutions and e-commerce stores.</ p >
74
- </ div >
75
- < div class ="service ">
76
- < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-stack-2 " width ="100 "
77
- height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
78
- stroke-linecap ="round " stroke-linejoin ="round ">
79
- < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
80
- < polyline points ="12 4 4 8 12 12 20 8 12 4 " />
81
- < polyline points ="4 12 12 16 20 12 " />
82
- < polyline points ="4 16 12 20 20 16 " />
83
- </ svg >
84
- < h3 > Product Design</ h3 >
85
- < p > We create design given the product audience,
86
- goal, business domain, technology and
87
- the platform for the solution.</ p >
88
- </ div >
89
- < div class ="service ">
90
- < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-certificate " width ="100 "
91
- height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
92
- stroke-linecap ="round " stroke-linejoin ="round ">
93
- < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
94
- < circle cx ="15 " cy ="15 " r ="3 " />
95
- < path d ="M13 17.5v4.5l2 -1.5l2 1.5v-4.5 " />
96
- < path d ="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73 " />
97
- < line x1 ="6 " y1 ="9 " x2 ="18 " y2 ="9 " />
98
- < line x1 ="6 " y1 ="12 " x2 ="9 " y2 ="12 " />
99
- < line x1 ="6 " y1 ="15 " x2 ="8 " y2 ="15 " />
100
- </ svg >
101
- < h3 > Quality Assurance</ h3 >
102
- < p > Our QA team ensures high standard of
103
- quality of products delivered.</ p >
104
- </ div >
105
- </ section >
50
+ < div class ="container " data-section ="services ">
51
+ < section id ="services ">
52
+ < div class ="service ">
53
+ < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-device-mobile "
54
+ width ="100 " height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
55
+ stroke-linecap ="round " stroke-linejoin ="round ">
56
+ < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
57
+ < rect x ="7 " y ="4 " width ="10 " height ="16 " rx ="1 " />
58
+ < line x1 ="11 " y1 ="5 " x2 ="13 " y2 ="5 " />
59
+ < line x1 ="12 " y1 ="17 " x2 ="12 " y2 ="17.01 " />
60
+ </ svg >
61
+ < h3 > Mobile Development</ h3 >
62
+ < p > We develop mobile apps for all contemporary
63
+ mobile platforms. Mamon team builds
64
+ native and cross-platform solutions.</ p >
65
+ </ div >
66
+ < div class ="service ">
67
+ < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-device-desktop "
68
+ width ="100 " height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
69
+ stroke-linecap ="round " stroke-linejoin ="round ">
70
+ < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
71
+ < rect x ="3 " y ="4 " width ="18 " height ="12 " rx ="1 " />
72
+ < line x1 ="7 " y1 ="20 " x2 ="17 " y2 ="20 " />
73
+ < line x1 ="9 " y1 ="16 " x2 ="9 " y2 ="20 " />
74
+ < line x1 ="15 " y1 ="16 " x2 ="15 " y2 ="20 " />
75
+ </ svg >
76
+ < h3 > Web Development</ h3 >
77
+ < p > Mamon offers full range of services from various
78
+ CMS and frameworks based websites to complex
79
+ ERP/CRM solutions and e-commerce stores.</ p >
80
+ </ div >
81
+ < div class ="service ">
82
+ < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-stack-2 " width ="100 "
83
+ height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
84
+ stroke-linecap ="round " stroke-linejoin ="round ">
85
+ < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
86
+ < polyline points ="12 4 4 8 12 12 20 8 12 4 " />
87
+ < polyline points ="4 12 12 16 20 12 " />
88
+ < polyline points ="4 16 12 20 20 16 " />
89
+ </ svg >
90
+ < h3 > Product Design</ h3 >
91
+ < p > We create design given the product audience,
92
+ goal, business domain, technology and
93
+ the platform for the solution.</ p >
94
+ </ div >
95
+ < div class ="service ">
96
+ < svg xmlns ="http://www.w3.org/2000/svg " class ="icon icon-tabler icon-tabler-certificate " width ="100 "
97
+ height ="100 " viewBox ="0 0 24 24 " stroke-width ="0.5 " stroke ="#5528FF " fill ="none "
98
+ stroke-linecap ="round " stroke-linejoin ="round ">
99
+ < path stroke ="none " d ="M0 0h24v24H0z " fill ="none " />
100
+ < circle cx ="15 " cy ="15 " r ="3 " />
101
+ < path d ="M13 17.5v4.5l2 -1.5l2 1.5v-4.5 " />
102
+ < path
103
+ d ="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73 " />
104
+ < line x1 ="6 " y1 ="9 " x2 ="18 " y2 ="9 " />
105
+ < line x1 ="6 " y1 ="12 " x2 ="9 " y2 ="12 " />
106
+ < line x1 ="6 " y1 ="15 " x2 ="8 " y2 ="15 " />
107
+ </ svg >
108
+ < h3 > Quality Assurance</ h3 >
109
+ < p > Our QA team ensures high standard of
110
+ quality of products delivered.</ p >
111
+ </ div >
112
+ </ section >
113
+ </ div >
106
114
< header class ="section-header ">
107
115
< div class ="container "> < span > Our Clients</ span > </ div >
108
116
</ header >
109
- < section class ="container " id ="clients "> </ section >
117
+ < div class ="container " data-section ="clients ">
118
+ < section id ="clients "> </ section >
119
+ </ div >
110
120
< header class ="section-header ">
111
121
< div class ="container "> < span > Our Team</ span > </ div >
112
122
</ header >
113
- < section class ="container " id ="team "> </ section >
123
+ < div class ="container " data-section ="team ">
124
+ < section id ="team "> </ section >
125
+ </ div >
114
126
</ main >
115
127
< footer class ="primary-footer ">
116
128
< div class ="container ">
0 commit comments