Skip to content

Commit

Permalink
Merge pull request IEEEDTU#8 from HemabhKamboj/master
Browse files Browse the repository at this point in the history
added contacts
  • Loading branch information
t1war1 authored Feb 1, 2019
2 parents 726fc6c + 675baac commit ef55ce5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
37 changes: 23 additions & 14 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,8 @@
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89509670-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-89509670-2');
</script>

<script type="text/javascript">
console.log("%cTroika'18", "background: white; color: black; font-size: x-large");
console.log(" -Developed using A-frame.");
console.log("%c>> Developer", "background: white; color: black; font-size: small");
console.log("%c-->> SAGNIK BHOWMICK", "background: white; color: black; font-size: small");
console.log("%c-->> NIKHIL KUMAR MISHRA", "background: white; color: black; font-size: small");
</script>

<title>Troika 2019</title>
<meta charset="utf-8">
Expand Down Expand Up @@ -109,6 +96,28 @@ <h1 class="about-us" style="padding-top:50px">Contact</h1><br><br>
<div class="col-lg-6 col-md-6 col-sm-6 col-md-12">
<h2 class="contact-us">Mail Us:</h2>
<h3 class="contact-us-sub"><a href="mailto:[email protected]" style="color:skyblue"> [email protected] </a></h3>
<h2 class="contact-us">Call Us:</h2>
<h3 class="contact-us-sub">
Drishti : +91 7042143288 </h3>
<h3 class="contact-us-sub">

Kumar Kartikeya : +91 8920986530
</h3>

<h3 class="contact-us-sub">
Samarth Gupta : +91 9582184794
</h3>

<h3 class="contact-us-sub">
Utkarsh Singh : +91 9868572706
</h3>


<br>
<br>
<br>
<br>
<br>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-md-12" >
<h2 class="contact-us">Reach Us at:</h2>
Expand All @@ -117,7 +126,7 @@ <h2 class="contact-us">Reach Us at:</h2>
Main Bawana Road,<br>
Delhi, 110042</address>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-md-12" class="g-maps" id="map">
<div class="col-lg-20 col-md-6 col-sm-6 col-md-16" class="g-maps" id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6995.957599070029!2d77.11125079870604!3d28.750049929140047!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d01212a67c965%3A0x87d470ca1c30d1b0!2sDelhi+Technological+University!5e0!3m2!1sen!2sin!4v1513710372791" width="100%" height="440px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>

Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ div{display:block;}
.social ul li i{margin-left:10px;color:#000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:30px;height:30px;font-size:30px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
@media (max-width:650px){.social ul li i{width:20px;height:20px;font-size:20px;}
}
#map{width:70%;background-color:transparent;border:solid 5px skyblue;border-radius:10px;margin-bottom:50px;padding-top:5px;padding-bottom:0px;padding-right:0px;padding-left:0px;}
#map{width:70%;background-color:transparent;border:solid 5px skyblue;border-radius:10px;margin-bottom:50px;padding-top:5px;padding-bottom:0px;padding-right:0px;padding-left:0px;margin-left:150px}
#ops{margin-right:20px;}
#opss{margin-right:20px;}
.contact-us{font-weight:400;font-size:1.9vw;color:#66FCF1;}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<div id="particles-js">

<img id="uff" alt="Suni" src="./troika2.png" width="512px" height="320px" style="max-width: 75%;
height: auto; vertical-align: middle; left:15%" >
height: auto; vertical-align: middle; left:17%" >

</div>
<!--Preloader-->
Expand Down

0 comments on commit ef55ce5

Please sign in to comment.