Skip to content

Commit

Permalink
Merge pull request #5 from Mubashir-546/Mubashir
Browse files Browse the repository at this point in the history
Code From Mubashir
  • Loading branch information
GCET-CSE2022 authored May 24, 2024
2 parents 55e8438 + c02e4b1 commit 7a682d4
Show file tree
Hide file tree
Showing 11 changed files with 314 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mubashir/Assets/Line 5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Mubashir/Assets/More.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Mubashir/Assets/Social Icons (1).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Mubashir/Assets/Social Icons (2).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Mubashir/Assets/Social Icons (3).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Mubashir/Assets/Social Icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Mubashir/Assets/bell-outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions Mubashir/Pages/aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>College Project</title>
<link rel="stylesheet" href="/GCET-UNOFFICIALS/Mubashir/css/aboutus.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bakbak+One&family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="navbar">
<div class="moreicon">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/More.png" />
</div>
<div class="updates">
<h1>ABOUT</h1>
</div>
<div class="bell-outline">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/bell-outline.png" />
</div>
</div>

<div class="main-body">
<h3>Together Strong !</h3>
</div>
<div class="paragraph">
<p>
Our mission is to empower students <br />
by providing a user-friendly notes- <br />
sharing platform.We aim to simplify <br />
the learning process ,foster <br />
collaboration,and create a<br />
supportive community.
</p>
</div>

<div class="home">
<p>HOME</p>
</div>

<div class="msg">
<h3>JOIN US AND LET'S EXPLORE TOGETHER</h3>
</div>
<div class="icons">
<div class="github">
<img
src="/GCET-UNOFFICIALS/Mubashir/Assets/Social Icons.svg"
alt="github"
/>
</div>
<div class="v-line">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/Line 5.svg" alt="V-line" />
</div>
<div class="whatsapp">
<img
src="/GCET-UNOFFICIALS/Mubashir/Assets/Social Icons (1).svg"
alt="whatsapp"
/>
</div>
<div class="v-line">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/Line 5.svg" alt="V-line" />
</div>
<div class="discord">
<img
src="/GCET-UNOFFICIALS/Mubashir/Assets/Social Icons (2).svg"
alt="discord"
/>
</div>
<div class="v-line">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/Line 5.svg" alt="V-line" />
</div>
<div class="telegram">
<img
src="/GCET-UNOFFICIALS/Mubashir/Assets/Social Icons (3).svg"
alt="telegram"
/>
</div>
</div>
</body>
</html>
35 changes: 35 additions & 0 deletions Mubashir/Pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>College Project</title>
<link rel="stylesheet" href="/GCET-UNOFFICIALS/Mubashir/css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bakbak+One&family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="navbar">
<div class="moreicon">
<img src="/GCET-UNOFFICIALS/Mubashir/Assets/More.png" />
</div>
<div class="updates">
<h1>UPDATES</h1>
</div>
</div>

<div class="content">
<div id="msg">
Lorem tem ullam tenetur perspiciatis ipsam enim. Magnam dolori
isnxnsnxnxxk tfssvcd ugsv xuhsvsabbvsabs sbbhhbbbbi
</div>
<div id="Umsg">A new unread messages!</div>
<div id="Projects">Projects!</div>
<div id="gnrl">ALL CAUGHT UP!</div>
</div>
</body>
</html>
92 changes: 92 additions & 0 deletions Mubashir/css/aboutus.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
* {
padding: 0;
box-sizing: border-box;
font-family: "Bakbak One", "Inter";
}

.moreicon {
margin-left: 10px;
}
.moreicon img {
width: 10vmin;
}

.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}

.main-body {
display: flex;
align-items: center;
justify-content: center;
}
.main-body h3 {
position: absolute;
top: 7vmin;
font-size: 11vmin;
letter-spacing: 2px;
}

.paragraph {
display: flex;
justify-content: center;
align-items: center;
}
.paragraph p {
position: absolute;
top: 38vmin;
color: black;
font-family: "Inter";
font-size: 3vmin;
text-align: center;
}
.home {
display: flex;
justify-content: center;
align-items: center;
border-top: 2px solid black;
border-bottom: 2px solid black;
margin-top: 59vmin;
font-size: 3.4vmin;
}

.msg {
color: black;
display: flex;
justify-content: center;
align-items: center;
font-size: 1vmin;
}

.icons {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}

.icons img {
height: 6vmin;
cursor: pointer;
}
.bell-outline img {
width: 15vmin;
}
@media (max-width: 450px) {
.main-body h3 {
top: 16vmin;
font-size: 10.5vmin;
}
.paragraph p {
top: 47vmin;
font-size: 4vmin;
}
.home {
margin-top: 73vmin;
}
.msg {
font-size: 2vmin;
}
}
66 changes: 66 additions & 0 deletions Mubashir/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
* {
padding: 0;
box-sizing: border-box;
font-family: "Bakbak One", "Inter";
}

.moreicon {
margin-left: 10px;
}
.moreicon img {
width: 10vmin;
}
.navbar {
display: flex;
justify-content: start;
align-items: center;
}
.content {
width: 100%;
color: white;
margin-top: 15px;
margin-top: 90px;
}
#msg {
background-color: #000000;
height: 80px;
margin-top: 20px;
border-radius: 8px;
display: flex;
align-items: center;
padding: 3vmin;
}
#Umsg {
background-color: #000000;
height: 60px;
margin-top: 20px;
border-radius: 8px;
display: flex;
align-items: center;
padding: 3vmin;
}
#Projects {
background-color: #000000;
height: 40px;
margin-top: 20px;
border-radius: 8px;
display: flex;
align-items: center;
padding: 3vmin;
}
#gnrl {
color: black;
display: flex;
justify-content: center;
align-self: center;
font-size: large;
font-weight: 900;
margin-top: 1rem;
}
.updates {
font-weight: 900;
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 3vmin;
}

0 comments on commit 7a682d4

Please sign in to comment.