diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6827fe3..0000000 --- a/.gitignore +++ /dev/null @@ -1,60 +0,0 @@ - -### Vagrant template -# General -.vagrant/ - -# Log files (if you are creating logs in debug mode, uncomment this) -# *.logs -### JetBrains template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/dictionaries -.idea/**/shelf - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ -cmake-build-release/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests \ No newline at end of file diff --git a/css/site.css b/css/site.css new file mode 100644 index 0000000..3876ca7 --- /dev/null +++ b/css/site.css @@ -0,0 +1,23 @@ + +body { + font-family: 'Bitter', serif; + margin: 0 0 75px; + padding: 0; + background: url('/images/bg.jpg') top no-repeat; + background-size: cover; + background-attachment: fixed +} + +.gridStyle { + background: #fffffc; + margin-top: 25px; + border-radius: 6px 6px 0 0; +} + +h4 { + opacity: 0.7; +} + +.pad-25-top { + padding-top: 25px; +} \ No newline at end of file diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 0000000..7c5ff9e Binary files /dev/null and b/images/bg.jpg differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..2743ad6 Binary files /dev/null and b/images/logo.png differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..f4441db --- /dev/null +++ b/index.php @@ -0,0 +1,127 @@ + + +
+ + + + + + + + +
+