7
7
< link href ='
https://cdn.jsdelivr.net/npm/[email protected] /css/boxicons.min.css '
rel ='
stylesheet '
>
8
8
9
9
<!-- ===== CSS ===== -->
10
- < link rel ="stylesheet " href ="assets/css/styles .css ">
10
+ < link rel ="stylesheet " href ="style .css ">
11
11
12
12
< title > Responsive landing page Surpath Community</ title >
13
13
</ head >
29
29
</ div >
30
30
31
31
< ul class ="nav__list ">
32
- < li class ="nav__item "> < a href ="#home " class ="nav__link active "> Home</ a > </ li >
32
+ < li class ="nav__item "> < a href ="#main " class ="nav__link active "> Home</ a > </ li >
33
33
< li class ="nav__item "> < a href ="#about " class ="nav__link "> About</ a > </ li >
34
34
< li class ="nav__item "> < a href ="#skills " class ="nav__link "> Blog</ a > </ li >
35
- < li class ="nav__item "> < a href ="#contact " class ="nav__link "> Contact</ a > </ li >
35
+ < li class ="nav__item "> < a href ="#contact " class ="nav__link "> What we do</ a > </ li >
36
+ < li class ="nav__item "> < a href ="#contact " class ="nav__link "> Join us</ a > </ li >
36
37
</ ul >
37
38
</ div >
38
39
</ nav >
39
40
</ header >
40
41
41
- < main class ="l-main ">
42
+ < main class ="l-main " id =" main " >
42
43
<!--===== HOME =====-->
43
44
< section class ="home " id ="home ">
44
45
< div class ="home__container bd-grid ">
45
46
< div class ="home__img ">
46
- < img src ="assets/img/undraw_open_source_1qxw.svg " alt ="" data-speed ="-2 " class ="move ">
47
+ < img src ="img/undraw_open_source_1qxw.svg " alt ="" data-speed ="-2 " class ="move ">
48
+
47
49
</ div >
48
50
49
51
< div class ="home__data ">
@@ -53,6 +55,32 @@ <h1 class="home__title">Surpath<br> Community</h1>
53
55
</ div >
54
56
</ div >
55
57
</ section >
58
+
59
+
60
+ <!--===== ABOUT =====-->
61
+ < section class ="about section " id ="about ">
62
+ < h2 class ="section-title "> About</ h2 >
63
+
64
+ < div class ="about__container bd-grid ">
65
+ < div class ="about__img ">
66
+ < img src ="img/undraw_open_source_1qxw.svg " alt ="">
67
+ </ div >
68
+
69
+ < div >
70
+ < h2 class ="about__subtitle "> SurPath Community</ h2 >
71
+ < span class ="about__profession "> Open Source Projects</ span >
72
+ < p class ="about__text "> SurPath is an welcoming and inclusive open source community that helps every aspiring student or career shifter in the Philippines. We are here to learn, get along with your passion and know your expertise in the field. Members of the community will be able to get a chance to get swag, to join some events, to get access on learning platforms and etc.</ p >
73
+
74
+ < div class ="about__social ">
75
+ < a href ="# " class ="about__social-icon "> < i class ='bx bxl-linkedin ' > </ i > </ a >
76
+ < a href ="# " class ="about__social-icon "> < i class ='bx bxl-github ' > </ i > </ a >
77
+ < a href ="# " class ="about__social-icon "> < i class ='bx bxl-facebook-circle '> </ i > </ a >
78
+ < a href ="# " class ="about__social-icon "> < i class ='bx bxl-twitter ' > </ i > </ a >
79
+ < a href ="# " class ="about__social-icon "> < i class ='bx bxl-instagram-alt ' > </ i > </ a >
80
+ </ div >
81
+ </ div >
82
+ </ div >
83
+ </ section >
56
84
</ main >
57
85
58
86
<!--===== GSAP =====-->
@@ -61,4 +89,4 @@ <h1 class="home__title">Surpath<br> Community</h1>
61
89
<!--===== MAIN JS =====-->
62
90
< script src ="assets/js/main.js "> </ script >
63
91
</ body >
64
- </ html >
92
+ </ html >
0 commit comments