Skip to content
Merged
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 about.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2>About unStack</h2>
<div class="inner-box">
<span class="title">React MasterClass Events</span>
<h3>React present and future, <br> a hands-on approach</h3>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of June 2019 in Lagos, Nigeria.
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of July 2019 in Lagos, Nigeria.
</div>
<div class="btn-box"><a href="https://eventprime.co/e/react-present-and-future-a-hands-on-approach" target="_blank" class="theme-btn btn-style-one">Register Now</a></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ img {

.main-header {
position: fixed;
top: 0px;
z-index: 999;
width: 100%;
-webkit-transition: all 300ms ease;
Expand Down
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@

<!-- END Progressive Web App Support -->

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140811559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-140811559-1');
</script>


<!-- Meta Tags -->
<meta name="keywords"
content="unStack, developers, software engineers, conferences, meetups, twitter, facebook, engineers" />
Expand Down Expand Up @@ -262,7 +273,7 @@ <h4><a href="about.html">Network</a></h4>
<h3>React present and future, <br> a hands-on approach</h3>
<div class="text">React present and future is a one-day meetup for Software
Engineers
and front-end developers, which will take place on the 29th of June 2019 in
and front-end developers, which will take place on the 29th of July 2019 in
Lagos,
Nigeria.
</div>
Expand All @@ -281,7 +292,7 @@ <h3>React present and future, <br> a hands-on approach</h3>
<div class="inner-column">
<span class="title">React MasterClass Events</span>
<h2>React present and future, <br> a hands-on approach</h2>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of June 2019 in Lagos, Nigeria.</div>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of July 2019 in Lagos, Nigeria.</div>
<div class="btn-box"><a href="#" class="theme-btn btn-style-three">Register Now</a></div>
</div>
</div>
Expand Down Expand Up @@ -316,7 +327,7 @@ <h2>React present and future, <br> a hands-on approach</h2>
<div class="inner-column">
<span class="title">React MasterClass Events</span>
<h2>React present and future, <br> a hands-on approach</h2>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of June 2019 in Lagos, Nigeria.</div>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of July 2019 in Lagos, Nigeria.</div>
<div class="btn-box"><a href="#" class="theme-btn btn-style-three">Register Now</a></div>
</div>
</div>
Expand Down Expand Up @@ -378,8 +389,8 @@ <h2>React present and future, <br> a hands-on approach</h2>
<!--<div class="inner-column">-->
<!--<div class="shedule-box">-->
<!--<h3 class="day">DAY 1</h3>-->
<!--<span class="date">29th June 2019, Saturday </span>-->
<!--<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of June 2019 in Lagos, Nigeria.</div>-->
<!--<span class="date">29th July 2019, Saturday </span>-->
<!--<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of July 2019 in Lagos, Nigeria.</div>-->
<!--<div class="link-box"><a href="schedule.html"><span class="fa fa-angle-right"></span> See Full Schedule</a></div>-->
<!--</div>-->
<!--</div>-->
Expand Down Expand Up @@ -862,7 +873,8 @@ <h2>Our Sponsors</h2>
<div class="sponsors-area">
<div class="client-logo">
<figure class="image">
<a href="https://amp.dev" target="_blank"><img src="images/clients/amp-logo.png" alt=""></a>
<a href="https://amp.dev" target="_blank"><img src="images/clients/amp-logo.png"
alt=""></a>
</figure>
</div>
<div class="client-logo">
Expand Down
2 changes: 1 addition & 1 deletion mission.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2>Our Mission</h2>
<div class="inner-box">
<span class="title">React MasterClass Events</span>
<h3>React present and future, <br> a hands-on approach</h3>
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of June 2019 in Lagos, Nigeria.
<div class="text">React present and future is a one-day meetup for Software Engineers and front-end developers, which will take place on the 29th of July 2019 in Lagos, Nigeria.
</div>
<div class="btn-box"><a href="https://eventprime.co/e/react-present-and-future-a-hands-on-approach" target="_blank" class="theme-btn btn-style-one">Register Now</a></div>
</div>
Expand Down