Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Landing page updated :)
Browse files Browse the repository at this point in the history
mobile view is not smooth ig..
  • Loading branch information
Code-Theft committed Aug 27, 2022
1 parent 7c9394d commit 7f7a768
Show file tree
Hide file tree
Showing 5 changed files with 623 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5502
"liveServer.settings.port": 5503
}
25 changes: 19 additions & 6 deletions assets/css/cs1.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("https://fonts.google.com/icons?selected=Material%20Icons%20Outlined%3Aschedule");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');
/*Sticky navigation bar */

.sticky {
Expand Down Expand Up @@ -146,13 +146,17 @@
z-index: 69;
}
#welcome-section {
background-color: #232323;
background-image: url("https://www.transparenttextures.com/patterns/inspiration-geometry.png");

background-image: url("../../assets/img/landing/ieee2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;

height: 100vh !important;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: space-between;
align-items: center;


Expand All @@ -163,16 +167,25 @@
{

color: #766bf5;
background: linear-gradient(135deg, #7257fa, #4cfd83);
/* background: linear-gradient(135deg, #7257fa, #4cfd83); */
background-color: #fff;
-webkit-background-clip: text;
background-clip: text;
font-family: 'Work Sans', sans-serif;
-webkit-text-fill-color: transparent;
font-size: 60px;
display: block;
margin-left: auto;
margin-right: auto;

}
.bluelogo
{
width:25vh;


}
.b{border:1px solid red;}



Expand Down
Binary file added assets/img/cs/IEEE-CS_LogoTM-blue.png
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 assets/img/landing/ieee2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f7a768

Please sign in to comment.