diff --git a/img/SEF-intro.png b/img/SEF-intro.png new file mode 100644 index 0000000..79a810f Binary files /dev/null and b/img/SEF-intro.png differ diff --git a/img/architecture.svg b/img/architecture.svg index ded4af6..15eb210 100644 --- a/img/architecture.svg +++ b/img/architecture.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/img/placeholder.svg b/img/placeholder.svg new file mode 100644 index 0000000..dd06cc6 --- /dev/null +++ b/img/placeholder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.css b/index.css index bada294..7c3bcd2 100644 --- a/index.css +++ b/index.css @@ -1,9 +1,10 @@ html,body { -width: 100%; -height: 100%; -margin: 0px; -padding: 0px; -font-family: 'Open Sans', sans-serif; + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + font-family: 'Open Sans', sans-serif; + font-display: auto; } input, textarea{ font-size: 1.3rem !important; @@ -17,6 +18,9 @@ h1, h2, h3, h4, h5 { .nav-link { font-family: 'Roboto Mono', monospace; } +nav a:hover { + color: #F2F2F2 !important; +} .section-title { padding-bottom: 6%; font-size: 2rem; @@ -99,6 +103,9 @@ section ul li strong { font-family: 'Roboto Mono', monospace; border-radius: 0% !important; } +a.btn-main:hover { + color: #F2F2F2; +} .nav-link{ color: #000 !important; } @@ -116,4 +123,10 @@ section ul li strong { .tech-icon { max-width: 140px; max-height: 100px +} +@media(max-width: 600px) { + .container { + padding-left: 8%; + padding-right: 8%; + } } \ No newline at end of file diff --git a/index.html b/index.html index c2354c1..5d58250 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@ - - + +