-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from tcet-opensource/patch-1-23-12
Major Update 2023
- Loading branch information
Showing
70 changed files
with
1,459 additions
and
347 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 +1,4 @@ | ||
sort.tcetmumbai.in | ||
sort.tcetmumbai.in | ||
|
||
Branch Name - Patch-No.-YY-MM | ||
Eg . Patch-2-23-12 Meaning Patch 2nd of Month 12 and Year 2023 |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -326,4 +326,9 @@ | |
|
||
.footer .copyright a:hover { | ||
color: var(--primary); | ||
} | ||
|
||
|
||
.test-text{ | ||
text-align: center; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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,295 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sort Magazine</title> | ||
<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=Roboto:wght@400;500&family=Oswald:wght@600&display=swap" | ||
rel="stylesheet"> | ||
|
||
<!-- Icon Font Stylesheet --> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet"> | ||
|
||
<!-- Libraries Stylesheet --> | ||
<link href="lib/animate/animate.min.css" rel="stylesheet"> | ||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
|
||
<!-- Customized Bootstrap Stylesheet --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<!-- Navbar Start --> | ||
|
||
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark sticky-top py-lg-0 px-lg-5 wow fadeIn" | ||
data-wow-delay="0.1s"> | ||
<a href="index.html" class="navbar-brand ms-4 ms-lg-0"> | ||
<h1 class="mb-0 text-primary text-uppercase"><img src="img/logo.webp" alt="Sort Club Logo" width="20%"> SORT | ||
</h1> | ||
</a> | ||
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<div class="navbar-nav ms-auto p-4 p-lg-0"> | ||
<a href="index.html" class="nav-item nav-link active">Home</a> | ||
<a href="about.html" class="nav-item nav-link">About Us</a> | ||
<a href="event.html" class="nav-item nav-link">Our Events</a> | ||
<a href="magazine.html" class="nav-item nav-link">Magazine</a> | ||
|
||
</div> | ||
<a href="#contact" class="btn btn-primary rounded-0 py-2 px-lg-4 d-none d-lg-block">Contact<i | ||
class="fa fa-arrow-right ms-3"></i></a> | ||
</div> | ||
</nav> | ||
<!-- Navbar End --> | ||
|
||
<br> | ||
|
||
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;"> | ||
<p class="d-inline-block bg-secondary text-primary py-1 px-4">Magazine</p> | ||
<h1 class="text-uppercase">Year : 2023 - 2024</h1> | ||
</div> | ||
|
||
<!-- Magazine of odd sem Start --> | ||
<section id="magazine"> | ||
<div class="container-xxl py-5"> | ||
<div class="container"> | ||
|
||
<div class="row g-0"> | ||
<a target="_blank" href="https://www.canva.com/design/DAFxoePlN8Y/0liZPMsEOhFrxUjSL7ROrQ/edit"> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s"> | ||
<div class="bg-secondary h-100 d-flex flex-column justify-content-center p-5"> | ||
|
||
<p class="d-inline-flex bg-dark text-primary py-1 px-4 me-auto">Our This Year(ODD) | ||
Magazine</p> | ||
<h1 class="text-uppercase mb-4">Welcome to our magazine ! </h1> | ||
|
||
<li style="color:rgb(235, 214, 214)">To discover the secrets and wonders of the | ||
intricate | ||
web of life that sustains us all.</li> | ||
<li style="color:rgb(235, 214, 214)">We aim to inspire readers to cultivate a deeper | ||
appreciation for the natural world that surrounds us.</li> | ||
<li style="color:rgb(235, 214, 214)">Our articles will cover a wide range of topics, | ||
from | ||
mountains and oceans to insect behavior and plant biology.</li> | ||
<li style="color:rgb(235, 214, 214)"> We believe that human beings are deeply connected | ||
to | ||
nature and that our actions can have a profound impact on the health and vitality of | ||
the | ||
planet.</li> | ||
|
||
<div> | ||
<br> | ||
<a href="https://pubhtml5.com/xtvgn/enue/" | ||
class="btn btn-primary rounded-0 py-2 px-lg-4 d-none d-lg-block">View | ||
the Magazine</a> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.5s"> | ||
<div class="h-100"> | ||
<a target="_blank" | ||
href="https://drive.google.com/file/d/194Kr5pdDvT23sricc9h-Q4DR5OkdhrYD/view?usp=sharing"> | ||
<img class="img-fluid h-100" src="img/magazine-.webp" alt=""></a> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
<!-- Magazine End --> | ||
|
||
|
||
|
||
<!-- Magazine of EVEN sem Start | ||
<section id="magazine"> | ||
<div class="container-xxl py-5"> | ||
<div class="container"> | ||
<div class="row g-0"> | ||
<a target="_blank" | ||
href="https://www.canva.com/design/DAFgYGeQCu8/WWXGSlLTU0aBlqTQ8oNs-Q/edit?utm_content=DAFgYGeQCu8&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton"> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s"> | ||
<div class="bg-secondary h-100 d-flex flex-column justify-content-center p-5"> | ||
<p class="d-inline-flex bg-dark text-primary py-1 px-4 me-auto">Our Previous Year(EVEN) | ||
Magazine</p> | ||
<h1 class="text-uppercase mb-4">Welcome to our magazine ! </h1> | ||
<li style="color:rgb(235, 214, 214)">To discover the secrets and wonders of the | ||
intricate | ||
web of life that sustains us all.</li> | ||
<li style="color:rgb(235, 214, 214)">We aim to inspire readers to cultivate a deeper | ||
appreciation for the natural world that surrounds us.</li> | ||
<li style="color:rgb(235, 214, 214)">Our articles will cover a wide range of topics, | ||
from | ||
mountains and oceans to insect behavior and plant biology.</li> | ||
<li style="color:rgb(235, 214, 214)"> We believe that human beings are deeply connected | ||
to | ||
nature and that our actions can have a profound impact on the health and vitality of | ||
the | ||
planet.</li> | ||
<div> | ||
<br> | ||
<a href="https://pubhtml5.com/xtvgn/rsbh/" | ||
class="btn btn-primary rounded-0 py-2 px-lg-4 d-none d-lg-block">View | ||
the Magazine</a> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.5s"> | ||
<div class="h-100"> | ||
<a target="_blank" | ||
href="https://www.canva.com/design/DAFgYGeQCu8/WWXGSlLTU0aBlqTQ8oNs-Q/edit?utm_content=DAFgYGeQCu8&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton"> | ||
<img class="img-fluid h-100 w-100" src="img/magazine-even.webp" alt=""></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
Magazine (EVEN) End --> | ||
|
||
|
||
|
||
|
||
<br> | ||
|
||
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;"> | ||
<h1 class="text-uppercase">Previous Year : 2023 - 2024</h1> | ||
</div> | ||
|
||
|
||
<section id="about"> | ||
<div class="container-xxl py-5"> | ||
<div class="container"> | ||
<div class="row g-5"> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s"> | ||
<div class="d-flex flex-column"> | ||
<a href="https://online.pubhtml5.com/jttk/qkku/#p=1"> | ||
<img class="img-fluid h-20" src="img/magazinetemplate.webp" alt=""> | ||
</a> | ||
<br> | ||
<h4 class="test-text">Odd Semester magazine</h4> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s"> | ||
<div class="d-flex flex-column"> | ||
<a href="https://pubhtml5.com/xtvgn/rsbh/"> | ||
<img class="img-fluid h-20" src="img/magazine-even.webp" alt=""> | ||
</a> | ||
<br> | ||
<h4 class="test-text">Even Semester magazine</h4> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- About End --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- Footer Start --> | ||
<section id="footer"> | ||
<div id="footer" class="container-fluid bg-secondary text-light footer mt-5 pt-5 wow fadeIn" | ||
data-wow-delay="0.1s"> | ||
<div class="container py-5"> | ||
<div class="row g-5"> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4 class="text-uppercase mb-4">Get In Touch</h4> | ||
<div class="d-flex align-items-center mb-2"> | ||
<div class="btn-square bg-dark flex-shrink-0 me-3"> | ||
<span class="fa fa-map-marker-alt text-primary"></span> | ||
</div> | ||
<span>A-Block, Thakur Educational Campus, | ||
Shyamnarayan Thakur Marg, | ||
Thakur Village, Kandivali East, | ||
Mumbai, Maharashtra - 400101</span> | ||
</div> | ||
<div class="d-flex align-items-center mb-2"> | ||
<div class="btn-square bg-dark flex-shrink-0 me-3"> | ||
<span class="fa fa-phone-alt text-primary"></span> | ||
</div> | ||
<span>+91 88794 29416</span> | ||
</div> | ||
<div class="d-flex align-items-center"> | ||
<div class="btn-square bg-dark flex-shrink-0 me-3"> | ||
<span class="fa fa-envelope-open text-primary"></span> | ||
</div> | ||
<span>[email protected]</span> | ||
</div> | ||
</div> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4 class="text-uppercase mb-4">Quick Links</h4> | ||
<a class="btn btn-link" href="index.html">Home</a> | ||
<a class="btn btn-link" href="about.html">About Us</a> | ||
<a class="btn btn-link" href="magazine.html">Magazine</a> | ||
<a class="btn btn-link" href="event.html">Our Events</a> | ||
<!-- <a class="btn btn-link" href=""></a> --> | ||
</div> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4 class="text-uppercase mb-4">Newsletter</h4> | ||
<div class="position-relative mb-4"> | ||
<input class="form-control border-0 w-100 py-3 ps-4 pe-5" type="text" | ||
placeholder="Your email"> | ||
<button type="button" | ||
class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">SignUp</button> | ||
</div> | ||
<div class="d-flex pt-1 m-n1"> | ||
<a class="btn btn-lg-square btn-dark text-primary m-1" target="_blank" | ||
href="https://twitter.com/tcetmumbai?lang=en"><i class="fab fa-twitter"></i></a> | ||
<a class="btn btn-lg-square btn-dark text-primary m-1" target="_blank" | ||
href="https://www.facebook.com/tcetmumbaiofficial/"><i | ||
class="fab fa-facebook-f"></i></a> | ||
<a class="btn btn-lg-square btn-dark text-primary m-1" target="_blank" | ||
href="https://www.instagram.com/sort_tcet/"><i class="fab fa-instagram"></i></a> | ||
<a class="btn btn-lg-square btn-dark text-primary m-1" target="_blank" | ||
href="https://www.linkedin.com/company/sort-tcet/?originalSubdomain=in"><i | ||
class="fab fa-linkedin-in"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="copyright"> | ||
<div class="row"> | ||
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0"> | ||
© <a class="border-bottom" href="index.html">Sort and Literary Club</a>, All Right | ||
Reserved. | ||
</div> | ||
<div class="col-md-6 text-center text-md-end"> | ||
Designed By <a class="border-bottom" href="https://github.com/skyline-r34v">Vighnesh | ||
Mishra</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Footer End --> | ||
|
||
</body> | ||
|
||
</html> |