Skip to content

Commit 030a017

Browse files
authored
Merge pull request #7 from Bryson69/main
Resolve Issue #6
2 parents 70547cb + 5978563 commit 030a017

File tree

5 files changed

+373
-87
lines changed

5 files changed

+373
-87
lines changed

bg1.jpg

-31 KB
Binary file not shown.

img/undraw_open_source_1qxw.svg

Lines changed: 1 addition & 0 deletions
Loading

img/walling-XLqiL-rz4V8-unsplash.jpg

1.36 MB
Loading

index.html

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
88

99
<!-- ===== CSS ===== -->
10-
<link rel="stylesheet" href="assets/css/styles.css">
10+
<link rel="stylesheet" href="style.css">
1111

1212
<title>Responsive landing page Surpath Community</title>
1313
</head>
@@ -29,21 +29,23 @@
2929
</div>
3030

3131
<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>
3333
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
3434
<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>
3637
</ul>
3738
</div>
3839
</nav>
3940
</header>
4041

41-
<main class="l-main">
42+
<main class="l-main" id="main">
4243
<!--===== HOME =====-->
4344
<section class="home" id="home">
4445
<div class="home__container bd-grid">
4546
<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+
4749
</div>
4850

4951
<div class="home__data">
@@ -53,6 +55,32 @@ <h1 class="home__title">Surpath<br> Community</h1>
5355
</div>
5456
</div>
5557
</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>
5684
</main>
5785

5886
<!--===== GSAP =====-->
@@ -61,4 +89,4 @@ <h1 class="home__title">Surpath<br> Community</h1>
6189
<!--===== MAIN JS =====-->
6290
<script src="assets/js/main.js"></script>
6391
</body>
64-
</html>
92+
</html>

0 commit comments

Comments
 (0)