-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anikethanshetty
committed
Jul 23, 2024
0 parents
commit 22f57f9
Showing
6 changed files
with
438 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Alvas Singari Melam</title> | ||
<link rel="shortcut icon" href="logo.png" type="image/x-icon"> | ||
<link rel="stylesheet" href="styel.css"> | ||
<link rel="stylesheet" href="styel2.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
</head> | ||
<body> | ||
<!--main--> | ||
<div class="main-container"> | ||
<!-- aside bar --> | ||
<div class="aside"> | ||
<!-- logo of something still not decide by Akash --> | ||
<div class="logo"> | ||
<a href="#"><span>SingariMelam</span></a> | ||
</div> | ||
<!-- <div class="nav-toogler"> | ||
<span></span> | ||
</div> --> | ||
<ul class="nav"> | ||
<li><a href="#" class="active">Home</a></li> | ||
<li><a href="#" class="not-active">About</a></li> | ||
<li><a href="#" class="not-active">Glimpse</a></li> | ||
<li><a href="#" class="not-active">Achivements</a></li> | ||
<!-- <li><a href="#"><i class="fa fa-home"></i></a></li> --> | ||
|
||
</ul> | ||
|
||
</div> | ||
<!-- aside div end --> | ||
|
||
<div class="main-content"> | ||
<section class="home section hidde"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="home-info padd-15"> | ||
<h3 class="hello-1">Know more about us here!!</h3> | ||
<h3 class="my-proffesion">Welcome to <span class="name typing">Alvas Singari Melam</span></h3> | ||
<p>We are more than just a team,we are a family. We are bound by our shared love towards chenda. | ||
We support each other on and off the stage promising dedication, discipline,determination..</p> | ||
|
||
</div> | ||
<div class="home-img padd-15"> | ||
<img src="logo.png" alt=""> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- home section end --> | ||
<!-- About section start --> | ||
<section class="about section"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="section-title padd-15"> | ||
<h2 id="about">About us</h2> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="about-content padd-15"> | ||
<div class="row"> | ||
<div class="about-text padd-15"> | ||
<h3>We Are Team <span>"Alvas Singari Melam"</span></h3> | ||
<p> | ||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Iste temporibus at numquam quis praesentium qui enim laboriosam earum. Alias, molestiae. Velit mollitia qui temporibus harum autem in animi aspernatur inventore sit. Repudiandae expedita voluptatem, architecto, earum saepe est debitis libero obcaecati ipsa quod molestias asperiores, dolor eius pariatur laboriosam tenetur blanditiis consectetur vel rerum quo magni officiis fugiat assumenda esse. Odio expedita repudiandae qui nobis aliquam distinctio, ex delectus itaque corporis quae doloribus dignissimos mollitia nemo officiis enim. Quis ullam accusantium doloribus omnis atque odio corrupti, ut quas repellat velit praesentium quae sed numquam animi veniam, dicta eaque natus quidem. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="personal-info padd-15"> | ||
<div class="row"> | ||
<div class="info-item"> | ||
<p></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
<!-- About section end --> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<script src="app.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.