Skip to content

Commit

Permalink
Numerous changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
kriti-raj committed Sep 19, 2023
1 parent 4b326b3 commit 1b988f1
Show file tree
Hide file tree
Showing 11 changed files with 260 additions and 150 deletions.
56 changes: 17 additions & 39 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@
<body>
<div id="fh5co-wrapper">
<div id="fh5co-page">
<!-- <div class="fh5co-hero" data-section="home">
<div class="fh5co-overlay"></div>
<div class="fh5co-cover text-center" data-stellar-background-ratio="0.5"
style="background-image: url(images/cover_bg_1.jpg);">
<div class="display-t">
<div class="display-tc">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="animate-box">
<h1>Welcome</h1>
<h2>St. Xavier&apos;s College</h2>
<p><span>Oct 06<sup>th</sup>&minus;07<sup>th</sup>&cedil; 2023</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->

<header id="fh5co-header-section" class="sticky-banner">
<div class="container">
Expand Down Expand Up @@ -84,25 +65,19 @@ <h2>Contact Us</h2>
<div class="row row-bottom-padded-md">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_1.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Achyuta Kumar</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 7797328788<br>Email Id: achyutakr1711@gmail.com</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_2.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Debopriyo Chakraborty</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 7739194880<br>Email Id: test@gmail.com</p>
</div>
</div>
Expand All @@ -111,12 +86,9 @@ <h3><b>Debopriyo Chakraborty</b></h3>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_3.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Tanisha podder</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 8910657576<br>Email Id: test@gmail.com</p>
</div>
</div>
Expand All @@ -125,12 +97,9 @@ <h3><b>Tanisha podder</b></h3>
<div class="clearfix visible-lg-block visible-md-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_1.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Spandan Mazumder</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 9903123557<br>Email Id: test@gmail.com</p>
</div>
</div>
Expand All @@ -139,25 +108,19 @@ <h3><b>Spandan Mazumder</b></h3>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_2.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Dhriti Roy Chowdhury</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 9330313163<br>Email Id: test@gmail.com</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-contact animate-box">
<img class="img-responsive" src="images/cover_bg_3.jpg" alt="">
<div class="cont-text">
<div class="prod-title">
<h3><b>Soham Ganguli</b></h3>
<span class="by">by Admin</span>
<span class="posted_date">Apr. 15th</span>
<p>Phone No: 7679814275<br>Email Id: test@gmail.com</p>
</div>
</div>
Expand Down Expand Up @@ -230,9 +193,24 @@ <h2>St. Xavier&apos;s College Autonomous&sbquo; Kolkata</h2>

</div>
<!-- END fh5co-wrapper -->

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- jQuery -->
<script src="dist/scripts.min.js"></script>
<script src="dist/scripts.min.js">
$(document).ready(function () {
// Add smooth scrolling to all links
$("#fh5co-menu-wrap ul.sf-menu li a").on('click', function (event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
window.location.hash = hash;
});
}
});
});
</script>
</body>

</html>
87 changes: 84 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

body {
font-family: "Open Sans", Arial, sans-serif;
font-family: "Kanit", Arial, sans-serif;
line-height: 1.6;
font-size: 16px;
background: #fff;
Expand All @@ -27,6 +29,10 @@ a {
transition: 0.5s, ease;
}

regn a:active {
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #F69D9D;
Expand Down Expand Up @@ -761,7 +767,7 @@ figure {

#footer {
background: #F69D9D;
padding: 60px 0 40px;
padding: 40px 0 0px;
}

#footer p {
Expand All @@ -781,7 +787,7 @@ figure {

#footer h2 {
color: #fff;
font-size: 60px;
font-size: 40px;
}

.btn {
Expand Down Expand Up @@ -1157,6 +1163,81 @@ figure {
transform: scale(1.2);
}

#mtim-logo {
height: 100px;
width: 100px;
margin-bottom: 20px;
}

.founder {
display: flex;
align-items: center;
flex-direction: column;
}

.founder img {
height: 190px;
width: 190px;
}

.founder h1{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}

.message p {
font-family: "Kanit", Arial, sans-serif;
}

.prod-title {
transition: color 0.3s ease, transform 0.3s ease;
}

.prod-title:hover {
color: #FF5733;
transform: scale(1.1);
}

.cont-text {
background-color: #d6eba7;
padding: 20px;
transition: background-color 0.3s, box-shadow 0.3s;
}

.cont-text:hover {
background-color: #fef1ee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#fh5co-menu-wrap ul.sf-menu li:hover>a {
color: #ff9900;
}

#fh5co-menu-wrap ul.sf-menu li a:hover {
color: #ff0000;
}

.fh5co-cover {
background-image: url(../images/cover_bg_1.jpg);
}

/* Make it responsive */
@media (max-width: 767px) {
.fh5co-cover {
background-image: url(../images/cover_bg_1_potrait.jpeg);

}
.fh5co-cover .display-t{
height: 50px;
}
.fh5co-cover .display-tc h2{
padding-bottom: 200px;
font-size: 45px;
}
.fh5co-cover .display-tc h1{
font-size: 30px;
}
}
38 changes: 17 additions & 21 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@
<body>
<div id="fh5co-wrapper">
<div id="fh5co-page">
<!-- <div class="fh5co-hero" data-section="home">
<div class="fh5co-overlay"></div>
<div class="fh5co-cover text-center" data-stellar-background-ratio="0.5"
style="background-image: url(images/cover_bg_1.jpg);">
<div class="display-t">
<div class="display-tc">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="animate-box">
<h1>Welcome</h1>
<h2>St. Xavier&apos;s College</h2>
<p><span>Oct 06<sup>th</sup>&minus;07<sup>th</sup>&cedil; 2023</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->

<header id="fh5co-header-section" class="sticky-banner">
<div class="container">
Expand Down Expand Up @@ -365,9 +346,24 @@ <h2>St. Xavier&apos;s College Autonomous&sbquo; Kolkata</h2>

</div>
<!-- END fh5co-wrapper -->

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- jQuery -->
<script src="dist/scripts.min.js"></script>
<script src="dist/scripts.min.js">
$(document).ready(function () {
// Add smooth scrolling to all links
$("#fh5co-menu-wrap ul.sf-menu li a").on('click', function (event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
window.location.hash = hash;
});
}
});
});
</script>
</body>

</html>
Binary file modified favicon.ico
Binary file not shown.
Binary file added favicon2.ico
Binary file not shown.
Binary file added images/MTIM Conv.jpg
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 images/cover_bg_1 - Copy.jpg
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 images/cover_bg_1_potrait.jpeg
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 images/mtim-logo.png
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 1b988f1

Please sign in to comment.