diff --git a/Exercise-HTML-CSS-1/css/styles.css b/Exercise-HTML-CSS-1/css/styles.css
new file mode 100644
index 0000000..8cfc600
--- /dev/null
+++ b/Exercise-HTML-CSS-1/css/styles.css
@@ -0,0 +1,132 @@
+body {
+ font-family: Montserrat;
+}
+
+.header {
+ background-color: #EE646C;
+ background-image: url("../img/logo2.png");
+ background-size: contain;
+ background-repeat: no-repeat;
+ background-position: center;
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+ margin-bottom: 50px;
+ height: 200px;
+}
+
+.main-content {
+ padding-bottom: 50px;
+}
+
+.footer {
+ background-color: #EE646C;
+ height: 250px;
+ text-align: center;
+ color: #f2f2f2;
+}
+
+.social-media-title {
+ margin-bottom: 15px;
+}
+
+.icon {
+ width: 150px;
+ height: 150px;
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+ margin-bottom: 50px;
+}
+
+.icon-no-center{
+ width: 150px;
+ height: 150px;
+ margin-bottom: 40px;
+}
+
+.location-list {
+ margin-bottom: 40px;
+}
+
+.classes-table {
+ margin-bottom: 40px;
+}
+
+.gallery-image {
+ object-fit: cover;
+ width: 165px;
+ height: 165px;
+ margin-bottom: 30px;
+}
+
+h2 {
+ color: #EE646C;
+ padding-bottom: 15px;
+ margin-top: 0px;
+}
+
+h4 {
+ color: #EE646C;
+ padding-bottom: 15px;
+ padding-top: 15px;
+ font-weight: bold;
+}
+
+p {
+ line-height: 35px;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ font-size: 16px;
+ color: #777777;
+}
+
+strong {
+ color: #EE646C;
+}
+
+li {
+ color: #777777;
+ font-size: 16px;
+ padding-top: 10px;
+}
+
+tr {
+ color: #777777;
+ font-size: 16px;
+ padding-top: 10px;
+}
+
+td {
+ color: #777777;
+ font-size: 16px;
+ padding-top: 10px;
+}
+
+label {
+ color: #777777;
+ font-size: 16px;
+ padding-top: 10px;
+}
+
+legend {
+ color: #777777;
+ font-size: 16px;
+ padding-top: 10px;
+ font-weight: bold;
+}
+
+img.social-media {
+ margin-bottom: 15px;
+ width: 50px;
+ height: 50px;
+}
+
+a {
+ text-decoration: none;
+ color: #777777;
+}
+
+a:hover {
+ color: #EE646C;
+}
\ No newline at end of file
diff --git a/Exercise-HTML-CSS-1/img/code.png b/Exercise-HTML-CSS-1/img/code.png
new file mode 100644
index 0000000..383bbe8
Binary files /dev/null and b/Exercise-HTML-CSS-1/img/code.png differ
diff --git a/Exercise-HTML-CSS-1/img/logo2.png b/Exercise-HTML-CSS-1/img/logo2.png
new file mode 100644
index 0000000..cddc5e1
Binary files /dev/null and b/Exercise-HTML-CSS-1/img/logo2.png differ
diff --git a/Exercise-HTML-CSS-1/img/world.png b/Exercise-HTML-CSS-1/img/world.png
new file mode 100644
index 0000000..23474df
Binary files /dev/null and b/Exercise-HTML-CSS-1/img/world.png differ
diff --git a/Exercise-HTML-CSS-1/index.html b/Exercise-HTML-CSS-1/index.html
new file mode 100644
index 0000000..8275c71
--- /dev/null
+++ b/Exercise-HTML-CSS-1/index.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About
+
It can be intimidating for women to lear and ask questions when they are in an
+ extreme minority . While open and welcoming, today's budding developer community is
+ up to 91% male . If we can empower more females with the confidence in their
+ technological capabilities we can begin to change this landscape .
+
+
+
+
+
+
+
+
+
+
+
+
+
Upcoming Classes
+
+
+ Location
+ Topic
+
+
+
+ New York
+ JavaScript & jQuery
+
+
+ San Francisco
+ HTML & CSS
+
+
+
+
+
+
+
+
Gallery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Exercise-HTML-CSS-1/js/script.js b/Exercise-HTML-CSS-1/js/script.js
new file mode 100644
index 0000000..e69de29