diff --git a/images/four-rivers-navhda.png b/images/four-rivers-navhda.png new file mode 100644 index 0000000..8bb9052 Binary files /dev/null and b/images/four-rivers-navhda.png differ diff --git a/images/navhda.png b/images/navhda.png new file mode 100644 index 0000000..6c02cc2 Binary files /dev/null and b/images/navhda.png differ diff --git a/images/training-day.png b/images/training-day.png new file mode 100644 index 0000000..1bed417 Binary files /dev/null and b/images/training-day.png differ diff --git a/index.html b/index.html index e69de29..490d7d7 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,53 @@ + + + + + + + Document + + + +
+
+
+ +
+ Four Rivers NAVHDA Logo + +

Contact Us

+

Phone Number:
+ (555) 867-5309

+
+

Email:
+ hello@fourrivers-navhda.org

+
+

Address:
+ P.O. Box 281
+ Kevil, KY 42053

+
+ + + + +
+
+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..5cff6b8 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,84 @@ +body{ + font-family: system-ui; + background: #000; + color: white; + } + .wrapper{ + min-height: 100vh; + background: #000; + display: flex; + flex-direction: column; + } + .content { + display: flex; + flex: 1; + background: #000; + color: #000; + } + .columns{ + display: flex; + flex:1; + text-align: left; + } + .main{ + flex: 1; + order: 2; + background: #fff; + text-align: left; + padding: 1em; + } + .sidebar-first{ + width: 33%; + background: #fff; + order: 1; + margin-right: 1em; + text-align: center; + padding: 1em; + + } + .sidebar-second{ + width: 33%; + order: 3; + background: #fff; + margin-left: 1em; + text-align: left; + padding: 1em; + + } + h1{ + text-align: center; + font-size: 20px; + border-top: .5em solid black; + border-bottom: .5em solid black; + } + h2{ + text-align: center; + font-size: 20px; + text-decoration: underline; +} + h3{ + text-align: center; + font-size: 20px; + } + h4{ + text-align: center; + font-size: 20px; + text-decoration: underline overline; + } + + a{ + text-align: center; + font-size: 20px; + text-decoration: none; + color:#000; + } + img { + width: 80%; + margin: 2em; + align-self: center; + } + + p { + margin: 0; + text-indent: 0em + } \ No newline at end of file