Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Fixed About Us in video #30

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 1 addition & 1 deletion templates/thereg/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,7 @@ <h4>Why we do it?</h4>
<div class="container" >


<div class="title-video" style="">About Us &rarr;</div>
<div class="title-video" style="padding-bottom: 200px;">About Us &rarr;</div>


<div class="m-player" style="border-top:1px solid; border-bottom: 1px solid; background-color: #454549;">
Expand Down
43 changes: 43 additions & 0 deletions templates/thereg/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,50 @@ <h3 class="title">Vaishali Barua</h3>



<footer style="height: auto;padding:10px;background-color: #000; font-family: 'Raleway',Arial, sans-serif; background-image:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('/media/graphics/99.svg'); background-size: 90%;
background-repeat: no-repeat;
background-position: 70% 50%;">
<div class="contact_info" style=" ">
<div class="our-details">
<h3><img src="http://i.xp.io/LJNAk3w.png" style="max-height: 100px; margin-top: -30px;">IEEE SB <i class="fa fa-angle-double-right" style="font-weight: lighter; transform: scaleY(1.5); margin-left: -5px; font-size: 11px;"></i></h3>
<p style="padding:2px;padding-left: 30px; font-size: 15px; font-weight: lighter;">The IEEE Student Branch, NIT Durgapur is a society of enthusiasts aimed at promoting research-related activities in the campus .Comprising of bright researchers, developers, speakers, and other contributors we are a society that welcomes in the era of better research prospects, on the campus.</p>
</div>
<div class="contact-details" style="margin: 0 auto; width: 100%;">
<div style="margin: 0 auto;
margin-left:35%;">
<h3 style="padding-top: 16px; padding-bottom: 20px">Contact Us</h3>
<p><i class="fa fa-envelope" aria-hidden="true" style="padding-right: 5px;"></i>[email protected]</p>
<p><i class="fa fa-phone" aria-hidden="true" style="padding-right: 5px;"></i>
8584970760</p>
<p><i class="fa fa-facebook-f" aria-hidden="true" style="padding-right: 5px;"></i> <a href="https://www.facebook.com/nitdgpieeesociety/" style="text-decoration: none; color: #fff;">fb/nitdieeesb/</a></p>
<p><i class="fa fa-instagram" aria-hidden="true" style="padding-right: 5px;"></i><a href="https://www.instagram.com/ieeesb_nitdgp/" style="text-decoration: none; color: #fff;"> Insta/ieeesbnitd</a></p>
</div>
</div>
<div class="about-contact-details" style="margin: 0 auto; width: 100%;">
<div style="margin: 0 auto;
margin-left: 40%;
">
<h3 style="padding-bottom: 20px; padding-top: 16px;">About Us</h3>
<p><i class="fa fa-users" aria-hidden="true" style="padding-right: 5px;"></i><a href="{% url 'thereg:members' %}">Members</a></p>
<p><i class="fa fa-chrome" aria-hidden="true" style="padding-right: 5px;"></i> <a href="#joinieee">Join-Us</a></p>
<p><i class="fa fa-chrome" aria-hidden="true" style="padding-right: 5px;"></i> <a href="{% url 'thereg:events' %}">Events</a></p>
<p><i class="fa fa-chrome" aria-hidden="true" style="padding-right: 5px;"></i> <a href="#feedb">Feedback</a></p>

</div>
</div>

</div>

<p style="text-align: center; color: #fff; font-size: 16px;">&copy;Copyright IEEE Student Branch NIT Durgapur. All Rights Reserved</p>
<div class="digital-clock" style="font-size: 13px;">00:00:00</div>
<div style="position: relative; overflow: visible;">
<div class="switch_container" style="position: absolute; z-index: 99999;cursor: pointer;bottom: 50px; left:60px; background-color: rgba(100,100,100,0);border-radius: 5px ;font-size: 8px; color: #fff; font-family: monospace; display: grid; grid-template-columns: 1fr 1fr; ">

<div id="dark" style="color: #f54595;display: block; width: 50px; text-align: center; border-bottom: 1px solid #f54595">dark</div>
<div id="light" style="color: #fff;display: block; width: 50px; border-bottom: 1px solid #249; text-align: center;"></div>
</div>
</div>
</footer>



Expand Down