Skip to content

Commit ded6efb

Browse files
authored
Update index.html
1 parent f9fd54e commit ded6efb

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@ <h1>Officers</h1>
114114
</a>
115115
</p>
116116
</span>
117+
118+
<!-- Sofia -->
119+
<span style="width: 270;" class="person">
120+
<img class="profilePic" src="./images/profiles/sofia2.jpg"></img>
121+
<br />
122+
<p class="name">
123+
Sofia Tkachenko
124+
</p>
125+
<p class="role">
126+
Vice President
127+
</p>
128+
<p class="links">
129+
<a href="https://github.com/ssofiaT" target="_blank">
130+
<span style="font-size: 30px;"><i class="fab fa-github"></i></span>
131+
</a>
132+
<a href="mailto:tkasof@gmail.com">
133+
<span style="font-size: 30px;"><i class="fas fa-envelope"></i></span>
134+
</a>
135+
</p>
136+
</span>
117137

118138
<!-- Keshav -->
119139
<span style="width: 270px;" class="person">
@@ -205,4 +225,4 @@ <h1>Questions?</h1>
205225
<script src="js/index.js"></script>
206226
</body>
207227

208-
</html>
228+
</html>

0 commit comments

Comments
 (0)