Skip to content

Commit

Permalink
Updates contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
erkattak committed Apr 15, 2024
1 parent 380eea8 commit 8722997
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="/stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<meta property="og:title" content="AgnosTechValley" />
<meta property="og:site_name" content="AgnosTechValley" />
<meta property="og:type" content="website" />
Expand Down Expand Up @@ -38,11 +39,12 @@
<h1 class="project-name">AgnosTechValley</h1>
<h2 class="project-tagline">A Tech Meetup and Community for Polyglots in Tech Valley</h2>
<p>
Contact one of the organizers for a Slack invite.<br />
<a href="https://twitter.com/erkattak" style="color: #fff;">@erkattak (Erik)</a> -
<a href="https://twitter.com/KirkBater" style="color: #fff;">@kirkbater (Kirk)</a> -
<a href="https://twitter.com/blainsmith" style="color: #fff;">@blainsmith (Blain)</a>
</p>
Contact one of the organizers for a Slack invite.</p>
<div class="contact-organizer">
<a href="https://fosstodon.org/@erkattak"><i class="fa fa-mastodon" aria-hidden="true"></i> @erkattak</a>
<a href="https://twitter.com/KirkBater"><i class="fa fa-twitter-square" aria-hidden="true"></i> @kirkbater</a>
<a href="https://fosstodon.org/@blainsmith"><i class="fa fa-mastodon" aria-hidden="true"></i> @blainsmith</a>
</div>
</section>
<section class="main-content">
<h3>Another Tech Meetup?</h3>
Expand Down
10 changes: 9 additions & 1 deletion stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ a {
text-decoration: none; }
a:hover {
text-decoration: underline; }

.contact-organizer a {
border: 1px solid #ffffff;
margin: 8px 4px 8px 4px;
padding: 8px;
color: #ffffff;
text-decoration: none; }
.contact-organizer a:hover {
color: #000000;
background-color: #ffffff; }
.btn {
display: inline-block;
margin-bottom: 1rem;
Expand Down

0 comments on commit 8722997

Please sign in to comment.