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

added venue #44

Open
wants to merge 1 commit into
base: master
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
109 changes: 104 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,114 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="js/bootstrap.min.js"></script>
<link href="js/bootstrap.min.css" rel="stylesheet">
<!--
1. Add a title element here.
-->

<!--
2. Add a CSS link here.
-->

<!--
3. Add a JS link here.
-->
</head>
<body>
<h1>
something new
</h1>
<!--
4. Give this header a background color.
-->

<header style="size: 20px; color: #ffffff;">
<!--
6. Add a heading element here
-->
</header>

<!--
7. Give this main element a background color.
-->
<main>
<!--
8. Add a h2 tag with some content here.
-->

<!--
9. Add some content here. Use tags like h3, span, div, p.
-->

<!--
10. Add another h2 tag with some content here.
-->

<!--
11. Add some content here. Use tags like h3, span, div, p.
-->

<!--
12. Add another h2 tag with some content here.
-->

<!--
13. Add some content here. Use tags like h3, span, div, p.
-->
<section id="venue">
<div class="venue-area">
<div class="row">

<div class="col-md-6">
<div class="enue-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15225.987825582546!2d78.3604114!3d17.4359127!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa0c03250867be025!2sSwecha+Office!5e0!3m2!1sen!2sin!4v1513697692195" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>

<div class="col-md-6">
<div class="venue-address">
<h2>VENUE <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
<h3>Swecha Office</h3>
<h4>Swecha Sy. No. 91, Beside Centre for Good Governance, Greenlands colony,, 'X'Roads,Gachibowli, Hyderabad, Telangana 500032.</h4>
<h2><a href="http://www.swecha.org/">www.swecha.org</a></h2>
</div>
</div>

</div>
</div>
</section>




<!--
14. Write "Venue" inside an h2 tag.
-->

<!--
15. Add some content here. Use tags like h3, span, div, p.
-->

<!--
16. Write "FOSS Organisations" inside an h2 tag.
-->

<!--
17. Add some content here. Use tags like h3, span, div, p, images. Go creative.
-->
</main>

<!--
18. Add some CSS to this footer.
-->
<footer>
<!--
19. Write "About the Event" inside an h2 tag.
-->
<!--
20. Add some content here. Use tags like h3, span, div, p.
-->
</footer>
</body>
</html>
6 changes: 6 additions & 0 deletions js/bootstrap.min.css

Large diffs are not rendered by default.

Loading