diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 262059b..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Font-Awesome"] - path = Font-Awesome - url = https://github.com/FortAwesome/Font-Awesome.git diff --git a/Font-Awesome b/Font-Awesome deleted file mode 160000 index 57f1632..0000000 --- a/Font-Awesome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 57f1632d7303fbcd8974425882ffd9919fc4041b diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 0000000..58a0349 --- /dev/null +++ b/css/footer.css @@ -0,0 +1,38 @@ +.footer { + margin: auto; + padding: 1.5rem; + text-align: center; + display: block; + background-color: #333; + color: #f2f2f2; +} + +.social-media { + display: flex; + justify-content: center; + flex-wrap: wrap; + font-size: 2em; + color: Tomato; +} + +.links { + margin-top: 1.5rem; + display: flex; + justify-content: center; + flex-wrap: wrap; +} + +.link { + display: flex; + justify-content: space-around; + flex-grow: 0; + flex-shrink: 1; + line-height: 32px; + padding: 0px 24px; +} + +.copyright { + margin-top: 1.5rem; + width: 100%; + font-size: small; +} \ No newline at end of file diff --git a/css/header.css b/css/header.css new file mode 100644 index 0000000..c0e8721 --- /dev/null +++ b/css/header.css @@ -0,0 +1,41 @@ +.header { + margin: auto; + padding: 1.5rem; + padding-bottom: 0rem; + text-align: center; + display: flex; + font-size: large; +} + +.logo { + display: flex; + width: 48pt; +} + +.header-items { + padding-right: 1rem; + margin: auto; + margin-right: 0px; + display: flex; + float: right; + right: 0px; + align-items: right; + text-align: right; +} + +.header-item { + margin-left: 2.5rem +} + +.dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; +} + +.dropdown:hover .dropdown-content { + display: block; +} \ No newline at end of file diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..24ffdf8 --- /dev/null +++ b/css/index.css @@ -0,0 +1,3 @@ +body { + margin: 0px +} \ No newline at end of file diff --git a/css/totop.css b/css/totop.css new file mode 100644 index 0000000..5a8c276 --- /dev/null +++ b/css/totop.css @@ -0,0 +1,31 @@ +.totop { + display: inline-flex; + background-color: Tomato; + color: #f2f2f2; + width: 50px; + height: 50px; + align-items: center; + justify-content: center; + border-radius: 50%; + margin: 30px; + position: fixed; + bottom: 30px; + right: 30px; + transition: background-color .3s; + z-index: 1000; +} + +.show { + visibility: visible; + opacity: 1; +} + +.hide { + visibility: hidden; + opacity: 0; +} + +.totop:hover { + cursor: pointer; + background-color: #333; +} \ No newline at end of file diff --git a/images/NEO Logo.png b/images/NEO Logo.png new file mode 100644 index 0000000..5a49268 Binary files /dev/null and b/images/NEO Logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..91be37d --- /dev/null +++ b/index.html @@ -0,0 +1,271 @@ + + + + + + + + + + + + + +
+ +
+ Über uns + Blog + +
+
+ +
+
+
+
+
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ +
+
+

+ Data to enrich your + online business +

+

+ Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua. +

+ +
+
+
+
+
+ +
+
+ +
+
+
+

Transactions

+

+ A better way to send money +

+

+ Lorem ipsum dolor sit amet consect adipisicing elit. Possimus magnam voluptatum cupiditate veritatis in accusamus quisquam. +

+
+ +
+
+
+
+
+ + +
+
+
+
+ Competitive exchange rates +
+
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. +
+
+
+ +
+
+
+ + +
+
https://www.youtube.com/watch?v=jqTSAtU-HRA +
+ No hidden fees +
+
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. +
+
+
+ +
+
+
+ + +
+
+
+
+ Transfers are instant +
+
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. +
+
+
+ +
+
+
+ + +
+
+
+
+ Mobile notifications +
+
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. +
+
+
+ +
+
+ + +
+
+

+ Ready to dive in? + Start your free trial today. +

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