Spaces:
Running
Running
Update index.html
Browse files- index.html +24 -0
index.html
CHANGED
@@ -120,6 +120,30 @@
|
|
120 |
</div>
|
121 |
</div>
|
122 |
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
|
125 |
<section class="contact" id="contact">
|
|
|
120 |
</div>
|
121 |
</div>
|
122 |
</section>
|
123 |
+
<section class="education" id="education">
|
124 |
+
<div class="container">
|
125 |
+
<h2>Education</h2>
|
126 |
+
<div class="timeline">
|
127 |
+
<div class="timeline-item">
|
128 |
+
<div class="timeline-badge"><i class="fas fa-graduation-cap"></i></div>
|
129 |
+
<div class="timeline-content">
|
130 |
+
<h3>Bachelor of Science in Computer Science</h3>
|
131 |
+
<p>University Name, City, State - Graduation Year</p>
|
132 |
+
</div>
|
133 |
+
</div>
|
134 |
+
</div>
|
135 |
+
</div>
|
136 |
+
</section>
|
137 |
+
|
138 |
+
<section class="contact-details" id="contact-details">
|
139 |
+
<div class="container">
|
140 |
+
<h2>Contact Details</h2>
|
141 |
+
<p>Get in touch with me using the following information:</p>
|
142 |
+
<ul class="list-unstyled">
|
143 |
+
<li><i class="fas fa-envelope me-2"></i><a href="mailto:[email protected]">[email protected]</a></li>
|
144 |
+
</ul>
|
145 |
+
</div>
|
146 |
+
</section>
|
147 |
|
148 |
|
149 |
<section class="contact" id="contact">
|