diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..02cfd76 Binary files /dev/null and b/.DS_Store differ diff --git a/dsm.css b/dsm.css new file mode 100644 index 0000000..bc79795 --- /dev/null +++ b/dsm.css @@ -0,0 +1,83 @@ +*{ + box-sizing: border-box; + margin: 1px; + padding: 1px; + +} +html/body { + background-color: black +} +.flex-container { + display: flex +} +.bold { + font-size: 20px; + font-weight: inherit; +} +.header { + width: 100%; + background-color: black; + color: yellow; + font-size: 40px; + font: bolder; + text-align: left + +} +.row { + background-color: black; + color: white; + align-content: inherit; + width: 100%; + text-align: right; + +} +.row1 { + width: 100%; + background-color: yellow; + height: 5px; + +} +.row2 { + width: 100%; + background-color: grey; + align-content: inherit; + text-align: center; + font-size: 35px; +} +.img{ + display: flex; + align-content: flex-start +} +.box { + display: flex; + align-content: flex-end; +} +.row3 { + width: 100%; + background-color: whitesmoke; + display: inline-block; +} +s{ + color: whitesmoke; +} +.underline { + color: yellow; + +} +.col1 { + display: flex; + align-content: flex-start; +} +.col2 { + display: flex; + align-content: center; +} +.col3 { + display: flex; + align-content: flex-end +} +.row4 { + background-color: black; + color: white; + width: 100%; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..627f6de --- /dev/null +++ b/index.html @@ -0,0 +1,66 @@ + + + +
+ + Startup Matchmaker +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+ Meet You Match +

Have a great idea for a product, but need help making it a reality? We're here to help Startup Satchmakers is the best place for designers and developers to find each other.

+ +
+ +
+
+
+ Create a Profile +

Are you a designer? Developer? Put yourself out there so that others can find you!

+ + Find a Developer +

Looking for a fantastic developer to work with on the next big thing? Look no further

+ + Find a Designer +

Need someone who can make a product intuitive and appealing? Get Ready

+ +
+
+
2013 Startup Matchmaker. Made in NY
+
+ + + + + + + + \ No newline at end of file