Skip to content

Commit fca64f1

Browse files
committed
add socials
1 parent 738a741 commit fca64f1

7 files changed

Lines changed: 29 additions & 2 deletions

File tree

images/guest2.jpg

-2.24 MB
Binary file not shown.

images/guest3.jpg

-544 KB
Binary file not shown.

images/social/email.png

2.44 KB
Loading

images/social/facebook.png

1.11 KB
Loading

images/social/github.png

2.33 KB
Loading

index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,20 @@
1313

1414
<section style="background: url('images/classroom.jpg') center/cover no-repeat;" class="section-bg">
1515
<div class="text-content">
16-
<h2>CompCamps Annual Summer Camps</h2>
16+
<h2>MSI CompCamps</h2>
17+
<h3>Annual Summer Camps</h3>
1718
<p>Every year, CompCamps provides one-week camps for students aged 12-17. The camps provide a fun environment to explore technology with a group of like-minded peers. Campers are able to pick one or more areas to focus on for a project that they will demo at the end of the week.</p>
19+
<p class="social">
20+
<a href="https://www.facebook.com/compcamps" target="_blank">
21+
<img src="images/social/facebook.png" alt="Facebook" class="social-icon">
22+
</a>
23+
<a href="mailto:computercamps@gmail.com" target="_blank">
24+
<img src="images/social/email.png" alt="Email" class="social-icon">
25+
</a>
26+
<a href="https://github.com/CompCamps" target="_blank">
27+
<img src="images/social/github.png" alt="GitHub" class="social-icon">
28+
</a>
29+
</p>
1830
</div>
1931
</section>
2032

@@ -87,7 +99,8 @@ <h2>Who Runs the Camp?</h2>
8799
</section>
88100

89101
<footer>
90-
&copy; 2025 CompCamps. All Rights Reserved.
102+
2025 Mentor Systems Inc.
103+
<a href="https://www.flaticon.com/authors/freepik" title="social icons">Social icons created by Freepik</a>
91104
</footer>
92105
</body>
93106
</html>

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ footer {
7777
background: #222;
7878
font-size: 1.1em;
7979
}
80+
footer a {
81+
color: #f1f1f1;
82+
text-decoration: none;
83+
}
8084
.right {
8185
text-align: right;
8286
justify-content: flex-end;
@@ -155,3 +159,13 @@ img.whitebg {
155159
display: flex;
156160
gap: 1rem;
157161
}
162+
163+
.social a {
164+
color: #fff;
165+
text-decoration: none;
166+
margin: 0 10px;
167+
}
168+
.social a img {
169+
filter: invert(1);
170+
width: 30px;
171+
}

0 commit comments

Comments
 (0)