Skip to content
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
4 changes: 2 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ h2 {
}

.welcome {
color: #e30062;
color: #14bc14;
}

.to-the {
Expand All @@ -74,7 +74,7 @@ h2 {
font-weight: 700;
font-size: 1.1rem;
text-decoration: none;
color: #ffffff;
color:black;
cursor: pointer;
}

Expand Down
142 changes: 75 additions & 67 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,74 +172,10 @@ <h2>
<span class="to-the">to the</span>
</h2>
<h1>
<span>Real Dev Squad</span>
<span>Real < Dev > Squad</span>
</h1>
<div class="handles-container">
<a
href="https://www.linkedin.com/company/real-dev-squad/"
target="_blank"
class="social-handles"
id="linkedIn"
>
LinkedIn
<img
class="social-icon"
src="img/icons/linkedIn-logo.png"
alt="LinkedIn_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://twitter.com/realdevsquad?lang=en"
target="_blank"
class="social-handles"
id="twitter"
>
Twitter
<img
class="social-icon"
src="img/icons/twitter-logo.png"
alt="Twitter_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://www.facebook.com/Real-Dev-Squad-108713777585062/"
target="_blank"
class="social-handles"
id="facebook"
>
Facebook
<img
class="social-icon"
src="img/icons/facebook-logo.png"
alt="Facebook_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://www.instagram.com/realdevsquad/?hl=en"
target="_blank"
class="social-handles"
id="instagram"
>
Instagram
<img
class="social-icon"
src="img/icons/instagram-logo.png"
alt="Instagram_Logo"
/>
</a>
</div>


</span>
<img
class="welcome-image"
Expand Down Expand Up @@ -277,6 +213,7 @@ <h1>
</div>

<div class="info-note-section">
<marquee behavior="" direction="up">
<span class="info-note">
Ready to level up your dev skills?
<a
Expand All @@ -287,13 +224,15 @@ <h1>
the Real Dev Squad - head over to for an epic coding adventure! or
check our <a class="info-note-link" href="faq.html">FAQ</a> section.
</span>
</marquee>
<span class="info-image">
<img
class="info-note-img"
src="img/index-page/mobile-marketing.png"
alt="infoNoteImg"
/>
</span>

</div>
</div>

Expand All @@ -310,6 +249,7 @@ <h3>Previous Events:</h3>
</div>

<div class="events-box">

<a
class="events"
target="_blank"
Expand Down Expand Up @@ -414,6 +354,74 @@ <h3>Previous Events:</h3>
open source repository
</a>
</p>
<div class="handles-container">
<a
href="https://www.linkedin.com/company/real-dev-squad/"
target="_blank"
class="social-handles"
id="linkedIn"
>
LinkedIn
<img
class="social-icon"
src="img/icons/linkedIn-logo.png"
alt="LinkedIn_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://twitter.com/realdevsquad?lang=en"
target="_blank"
class="social-handles"
id="twitter"
>
Twitter
<img
class="social-icon"
src="img/icons/twitter-logo.png"
alt="Twitter_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://www.facebook.com/Real-Dev-Squad-108713777585062/"
target="_blank"
class="social-handles"
id="facebook"
>
Facebook
<img
class="social-icon"
src="img/icons/facebook-logo.png"
alt="Facebook_Logo"
/>
</a>

<span class="link-seperators">&vert;</span>
<span class="seperators">&bull;</span>

<a
href="https://www.instagram.com/realdevsquad/?hl=en"
target="_blank"
class="social-handles"
id="instagram"
>
Instagram
<img
class="social-icon"
src="img/icons/instagram-logo.png"
alt="Instagram_Logo"
/>
</a>
</div>


</footer>

<script src="/js/constants.js" defer></script>
Expand Down