Skip to content

Commit

Permalink
Merge pull request #1 from sri-nivas1227/change-icon
Browse files Browse the repository at this point in the history
changed fav-icon
  • Loading branch information
Srinivas Mekala authored Mar 9, 2022
2 parents 5bfbb0e + e104cf9 commit cde864b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
Binary file added assets/icons/fav-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 18 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beyond The Binary</title>
<link rel="icon" href="./assets/icons/icon.png">
<link rel="icon" href="./assets/icons/fav-icon.png">
<link rel="stylesheet" href="style.css">
<!-- jQuery for email forms -->
<script src="jquery-3.2.1.min.js"></script>
<!-- Serialize Object to send data to google script -->
<script src="jquery.serialize-object.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
</head>
<header>
<div class="nav-bar">
Expand Down Expand Up @@ -70,11 +70,12 @@ <h4 class="nav-title">CONTACT US</h4>
<div class="grid fullscreen horz-center">
<div class="title-col">

<img src="./assets/logo.png" class="title-logo" alt="" >
<img src="./assets/logo.png" class="title-logo" alt="">
<h2 class="sub-title">A Speaker-Series By </h2>

<div>
<a href="https://discord.gg/3wmJeSS56w"><img src="./assets/club-logo.png" alt="club logo" style="width: 100%;"></a>
<a href="https://discord.gg/3wmJeSS56w"><img src="./assets/club-logo.png" alt="club logo"
style="width: 100%;"></a>
</div>
<!-- <div class="social-box">
<a href="https://discord.gg/3wmJeSS56w"><img src="./assets/icons/discord-icon.png"
Expand All @@ -84,9 +85,9 @@ <h2 class="sub-title">A Speaker-Series By </h2>
<a href="https://www.instagram.com/hackclub_hackerabad/"><img src="./assets/icons/insta-icon.png"
class="social-favicons" alt=""></a>
</div> -->
<a href="https://lu.ma/btb"><button class="glow-on-hover" type="button">RSVP</button></a>
</div>
</div>
<a href="https://lu.ma/btb"><button class="glow-on-hover" type="button">RSVP</button></a>
</div>
</div>
</div>

<!-- Our Mission Grid -->
Expand All @@ -102,12 +103,12 @@ <h2 class="heading">Our Mission<span class="backslash-black">/</span></h2>
<b>Non Binary</b> and other folks. (Hence Beyond the Binary again!)
</p>
<br>
As a Beginner with so-much information bombarded on the internet, it becomes difficult to decide
what to learn and follow as it becomes overwhelming to explore so many areas of Tech at once.
This series aims to throw light on the non-coding aspects of a developer's career and how that
can enhance one's career in tech along with empowering the diverse communities which are making
big in the developer community and how a developer can learn to contribute in an inclusive
community.
As a Beginner with so-much information bombarded on the internet, it becomes difficult to decide
what to learn and follow as it becomes overwhelming to explore so many areas of Tech at once.
This series aims to throw light on the non-coding aspects of a developer's career and how that
can enhance one's career in tech along with empowering the diverse communities which are making
big in the developer community and how a developer can learn to contribute in an inclusive
community.
</div>
</div>
</div>
Expand Down Expand Up @@ -261,8 +262,8 @@ <h4 class="join-us-subheader"></h4>
<div class="grid schedule-grid">
<div class="col-3">
<h2 class="heading">Schedule<span class="">/</span></h2>
<h1>Dropping Soon 📅</h1>
<i>Hint: Starting 18th March 2022</i>
<h1>Dropping Soon 📅</h1>
<i>Hint: Starting 18th March 2022</i>
</div>
<div class="col">

Expand Down Expand Up @@ -341,4 +342,4 @@ <h4 class="questions">Questions? Contact us at: <a
</body>
<script src="./script.js" charset="utf-8"></script>

</html>
</html>

0 comments on commit cde864b

Please sign in to comment.