-
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
1 parent
1f80dfe
commit d250e33
Showing
39 changed files
with
16,710 additions
and
5 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
"liveServer.settings.port": 5502 | ||
} |
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 @@ | ||
freshers.pingiiit.org |
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 @@ | ||
# freshers-intro-2022 |
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,251 @@ | ||
/*Font Face*/ | ||
@font-face { | ||
font-family: fresher_heading; | ||
src : url("../fonts/hollywood_hills/SF\ Hollywood\ Hills\ Bold.ttf"); | ||
} | ||
@font-face { | ||
font-family: main_heading; | ||
src : url("../fonts/hollywood_hills/SF\ Hollywood\ Hills\ Bold.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: faccha_exp; | ||
src: url("../fonts/Hack-Bold.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: button_text; | ||
src: url("../fonts/Hack-Bold.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: ping_heading; | ||
src:url("../fonts/sf_zimmerman/SF\ Zimmerman\ Italic.ttf"); | ||
} | ||
@font-face { | ||
font-family: rustico; | ||
src:url("../fonts/rustico.ttf"); | ||
} | ||
|
||
/* CSS styles */ | ||
|
||
div, body, html{ | ||
margin: 0; | ||
box-sizing: border-box; | ||
text-align: center; | ||
overflow: hidden; | ||
} | ||
|
||
h1, h2{ | ||
text-align: center; | ||
} | ||
|
||
.row{ | ||
min-height: 50vh; | ||
padding-top: 50px; | ||
margin-left: 0 !important; | ||
} | ||
|
||
.rowSmall{ | ||
min-height: 50vh; | ||
padding-top: 50px; | ||
margin-left: 0 !important; | ||
} | ||
|
||
.rowSmall, .row > *{ | ||
width: 100vw !important; | ||
} | ||
|
||
.row, .row > *{ | ||
width: 100vw !important; | ||
} | ||
|
||
.green{ | ||
background-color: #009c68; | ||
} | ||
|
||
.orange{ | ||
background-color: #e1937c; | ||
} | ||
|
||
.blue{ | ||
background-color: #c4ecf9; | ||
} | ||
|
||
.yellow{ | ||
background-color: #e5be5c; | ||
} | ||
|
||
.purple{ | ||
background-color: #d26199; | ||
} | ||
|
||
.violet{ | ||
background-color: #251531; | ||
} | ||
|
||
.pink{ | ||
background-color: #ff869c; | ||
} | ||
|
||
.red{ | ||
background-color: #c94866; | ||
} | ||
|
||
.parent { | ||
overflow-y: scroll; | ||
height: 100vh; | ||
scroll-snap-type: y; | ||
scroll-behavior: smooth; | ||
} | ||
|
||
.row, .stop { | ||
scroll-snap-align: center; | ||
scroll-snap-stop: normal; | ||
} | ||
|
||
.stop-end { | ||
scroll-snap-align: end; | ||
scroll-snap-stop: always; | ||
} | ||
|
||
.box1 h1{ | ||
font-family: 'rustico', cursive; | ||
color : #fcbe2f; | ||
font-size: 4rem; | ||
} | ||
|
||
.box1 h2{ | ||
font-family: fresher_heading; | ||
color: snow; | ||
font-size: 3rem; | ||
} | ||
|
||
.img1{ | ||
padding-top: 5rem; | ||
width: 40%; | ||
} | ||
|
||
.img2{ | ||
width: 50%; | ||
} | ||
|
||
.img5{ | ||
width: 50%; | ||
} | ||
|
||
.mid{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.box2, .box3, .box4, .box5, .box6, .box_last{ | ||
font-family: faccha_exp; | ||
color: #084582; | ||
position: relative; | ||
} | ||
|
||
.box6{ | ||
padding:90px; | ||
} | ||
|
||
.box3 h1, .box4 h1, .box5 h1, .box6 h1, .box_last h1{ | ||
font-family: main_heading; | ||
color: snow; | ||
} | ||
|
||
button{ | ||
font-family: button_text; | ||
} | ||
|
||
.img2, .img3{ | ||
position: absolute; | ||
bottom: 0; | ||
left: 45%; | ||
transform: translateX(-50%); | ||
padding: 0 15px; | ||
width: 25%; | ||
} | ||
|
||
.img3, .img4, .img_last{ | ||
width: 30%; | ||
} | ||
|
||
.box4{ | ||
color: snow; | ||
} | ||
|
||
.col-lg-12 div{ | ||
padding-top: 3%; | ||
} | ||
|
||
.box5{ | ||
color: snow; | ||
} | ||
|
||
.col-lg-4{ | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.col-lg-4 div, .col-lg-4 h1, .col-lg-4 h2{ | ||
text-align: left; | ||
} | ||
|
||
.desc{ | ||
color: white; | ||
font-family: 'Open Sans', sans-serif; | ||
line-height: 2rem; | ||
text-align: left; | ||
background-color: #251531; | ||
} | ||
|
||
.desc div{ | ||
text-align: left; | ||
} | ||
|
||
.ftr{ | ||
display: flex; | ||
justify-content: space-around; | ||
padding-bottom: 5%; | ||
background-color: #251531; | ||
} | ||
|
||
.margin-box-left{ | ||
padding-left: 2rem; | ||
} | ||
|
||
@media only screen and (max-width: 400px) { | ||
.margin-box-left { | ||
padding-left: 0; | ||
} | ||
|
||
.row{ | ||
min-height: 60vh; | ||
} | ||
|
||
h1{ | ||
font-size: 11vw; | ||
} | ||
|
||
h2{ | ||
font-size: 20px; | ||
} | ||
|
||
.img3{ | ||
position: relative; | ||
padding: 0; | ||
} | ||
.img2 { | ||
display: none; | ||
} | ||
|
||
button{ | ||
margin-bottom: 2rem; | ||
} | ||
|
||
#space { | ||
padding-bottom: 100px; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
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,60 @@ | ||
------------------------------------------------------------------------ | ||
SF Hollywood Hills - Version 1.0 | ||
------------------------------------------------------------------------ | ||
|
||
The following fonts are included: | ||
|
||
- SF Hollywood Hills | ||
- SF Hollywood Hills Italic | ||
- SF Hollywood Hills Bold | ||
- SF Hollywood Hills Bold Italic | ||
- SF Hollywood Hills Condensed | ||
- SF Hollywood Hills Condensed talic | ||
- SF Hollywood Hills Extended | ||
- SF Hollywood Hills Extended Italic | ||
|
||
------------------------------------------------------------------------ | ||
SF Hollywood Hills - Version 1.0 - Features | ||
------------------------------------------------------------------------ | ||
|
||
- Includes lowercase and uppercase letters, numbers, and limited | ||
punctuation. | ||
- Proper spacing and kerning. | ||
- Print & preview embedding allowed. | ||
|
||
------------------------------------------------------------------------ | ||
ShyFonts Freeware Terms of Use | ||
------------------------------------------------------------------------ | ||
|
||
By downloading this font package you agree to the following terms | ||
of use: | ||
|
||
- This FONT PACKAGE is freeware. | ||
|
||
- This FONT PACKAGE may be distributed ONLY via the Internet for | ||
FREE. Under NO circumstances may this FONT PACKAGE be sold for | ||
a profit nor be included as part of another product or CD-ROM | ||
compilation. If you wish to include this FONT PACKAGE for FREE | ||
distribution on your Web Site, please include all of the fonts | ||
and original documentation supplied with this FONT PACKAGE. | ||
|
||
- You may install and use this FONT PACKAGE on an unlimited | ||
amount of machines. | ||
|
||
- You may NOT rename, edit, or create any alternate variations of | ||
the fonts included in this FONT PACKAGE. | ||
|
||
- This FONT PACKAGE comes "as is" with NO warranty whatsoever. | ||
SHYFONTS accepts NO responsibility for any damages or loss of | ||
any kind due to the use of this FONT PACKAGE. The use of this | ||
FONT PACKAGE is solely your responsibility -- you use this FONT | ||
PACKAGE at your own risk. | ||
|
||
- Enjoy the fonts! | ||
|
||
If you have any question regarding this document or the usage of | ||
this font package, feel free to contact us at info@shyfonts.com. | ||
Thank you for downloading this font package and enjoy! | ||
|
||
------------------------------------------------------------------------ | ||
�1999 ShyFonts Type Foundry -- http://www.shyfonts.com |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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,54 @@ | ||
------------------------------------------------------------------------ | ||
SF Zimmerman - Version 1.0 | ||
------------------------------------------------------------------------ | ||
|
||
The following fonts are included: | ||
|
||
- SF Zimmerman | ||
- SF Zimmerman Italic | ||
|
||
------------------------------------------------------------------------ | ||
SF Zimmerman - Version 1.0 - Features | ||
------------------------------------------------------------------------ | ||
|
||
- Includes complete character set (lowercase and uppercase letters, | ||
numbers, punctuation, and accented characters). | ||
- Hand spaced and kerned. | ||
- Print & preview embedding allowed. | ||
|
||
------------------------------------------------------------------------ | ||
ShyFonts Freeware Terms of Use | ||
------------------------------------------------------------------------ | ||
|
||
By downloading this font package you agree to the following terms | ||
of use: | ||
|
||
- This FONT PACKAGE is freeware. | ||
|
||
- This FONT PACKAGE may be distributed ONLY via the Internet for | ||
FREE. Under NO circumstances may this FONT PACKAGE be sold for | ||
a profit nor be included as part of another product or CD-ROM | ||
compilation. If you wish to include this FONT PACKAGE for FREE | ||
distribution on your Web Site, please include all of the fonts | ||
and original documentation supplied with this FONT PACKAGE. | ||
|
||
- You may install and use this FONT PACKAGE on an unlimited | ||
amount of machines. | ||
|
||
- You may NOT rename, edit, or create any alternate variations of | ||
the fonts included in this FONT PACKAGE. | ||
|
||
- This FONT PACKAGE comes "as is" with NO warranty whatsoever. | ||
SHYFONTS accepts NO responsibility for any damages or loss of | ||
any kind due to the use of this FONT PACKAGE. The use of this | ||
FONT PACKAGE is solely your responsibility -- you use this FONT | ||
PACKAGE at your own risk. | ||
|
||
- Enjoy the fonts! | ||
|
||
If you have any question regarding this document or the usage of | ||
this font package, feel free to contact us at info@shyfonts.com. | ||
Thank you for downloading this font package and enjoy! | ||
|
||
------------------------------------------------------------------------ | ||
�2000 ShyFonts Type Foundry -- http://www.shyfonts.com |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.