From 467ab758d370b01cba9aef7809e193440a7fa54b Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Thu, 14 Sep 2023 18:26:33 -0400 Subject: [PATCH] initial commit --- css/styles.css | 66 ++++++++++++++++++++++++++++++++++++++++ index.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 css/styles.css create mode 100644 index.html diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..da2a5c5 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,66 @@ +.navbar { + display: flex; + justify-content: space-between; + align-items: center; +} + +.navbar ul { + display: flex; + margin: 0; + padding: 0; +} + +.container { + display: flex; + justify-content: space-between; + align-items: center; +} + +#skills { + justify-content: center; + align-items: center; + display: flex; + flex-direction: column; +} + + +.cards { + display: flex; + align-items: center; + justify-content: center; +} +.card-photo { + width: 100px; + height: 100px; + background-color: green; +} + +.quote h1 { + display: flex; + align-items: center; + justify-content: center; +} + +.email-section { + display: flex; + align-items: center; + justify-content: center; +} + +.footer { + display: flex; + align-items: center; + justify-content: center; +} + +body { + display: flex; + flex-direction: column; + justify-content: space-between; + align-content: space-between; + min-height: 100vh; +} + +ul { + list-style-type: none; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f866b33 --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + + + + Mike Jr + + +
+ + +
+
+

+ Mike Smith, Jr. +

+ Learning in public, building in public, networking, enjoying what he does. Passionate +
+
+ place-holder +
+
+
+
+

A really cool DevOps Engineer

+
+
+
+ +
+ I've done somecool ish +
+
+
+ +
+ I've done somecool ish +
+
+
+ +
+ I've done somecool ish +
+
+
+ +
+ I've done somecool ish +
+
+
+
+
+ +

I Do stuff with integrty. Thanks

+
+
+
+ +
+ + + \ No newline at end of file