Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the mailing option and updated the icons #233

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions static/home/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ a{
/*display: inline-block;*/
}
a:hover{
color: white;
color:white;
}

.con-box1 .contact-us-email:hover{
color:#ff8C00;
}
.don-box3 .contact-us-email:hover{
color:#ff8C00;
}


Expand Down Expand Up @@ -618,6 +625,10 @@ h1 {
/*z-index: 2;*/
/*margin-right: 13px; */
}




.don-box1{
background-color: #666;
}
Expand Down Expand Up @@ -664,13 +675,14 @@ h1 {
height: 2px;
background-color: #ff8c00;
}
.con-box1{
.con-box1 p{
float: left;
width: 50%;
box-sizing: border-box;
text-align: center;
}
.con-box1 p{
.con-box1 {

margin-top: 0;
}
.con-box2 a{
Expand Down
14 changes: 8 additions & 6 deletions templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

{% block style %}
<link rel="stylesheet" type="text/css" href='{% static "home/css/style.css" %}'>


<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
Expand Down Expand Up @@ -400,9 +402,9 @@ <h4>IFSC Code</h4>
</div>
<div class="don-box3">
<h3>Contact Details</h3>
<p><i class="fas fa-mobile fa-2x"></i> +91-xxxxx-xxxxx</p>
<p><i class="fas fa-envelope fa-2x"></i> jagrati@iiitdmj.ac.in</p>
<p><i class="fas fa-map-marker-alt fa-2x"></i> PDPM IIITDM JABALPUR</p>
<p><i class="fa fa-phone-square fa-2x"></i> +91-xxxxx-xxxxx</p>
<p ><a class="contact-us-email" style="display: inline-block;" href="mailto:jagrati@iiitdmj.ac.in"><i class="fa fa-envelope-o fa-2x"></i> <span>jagrati@iiitdmj.ac.in</span></a></p> <p><i class="fas fa-map-marker-alt fa-2x"></i> PDPM IIITDM JABALPUR</p>
<p> <i class="fas fa fa-map-marker-alt fa-2x"></i> PDPM IIITDM JABALPUR</p>
</div>
</div>
</div>
Expand All @@ -425,11 +427,11 @@ <h1 data-aos="fade-up">Contact Us</h1>
</p>
<div>
<div class="con-box1" data-aos="fade-down-right">
<p><i class="fas fa-mobile fa-2x"></i> +91-xxxxx-xxxxx</p>
<p><i class="fa fa-phone-square fa-2x"></i> +91-xxxxx-xxxxx</p>
</div>
<div class="con-box1" data-aos="fade-down-left">
<p><i class="fas fa-envelope fa-2x"></i> jagrati@iiitdmj.ac.in</p>
</div>
<p ><a class="contact-us-email" style="display: inline-block;" href="mailto:jagrati@iiitdmj.ac.in" style="display: inline-block;"><i class="fa fa-envelope-o fa-2x"></i> <span>jagrati@iiitdmj.ac.in</span></a>
</div>
<div class="clr"></div>
<div class="con-box2">
Expand Down