From 1ec6252e738cb6082c7cf13566fc8f5a6247d2b1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 14 Dec 2020 16:03:07 +0530 Subject: added a startpage for web browser --- startpage/bg1.png | Bin 0 -> 2399437 bytes startpage/bg2.png | Bin 0 -> 185672 bytes startpage/bg3.png | Bin 0 -> 686328 bytes startpage/bg4.jpg | Bin 0 -> 1257147 bytes startpage/bg5.jpg | Bin 0 -> 522763 bytes startpage/bg6.png | Bin 0 -> 1256073 bytes startpage/index.html | 48 +++++++++++++++++++++++++++++++++++ startpage/styles.css | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 117 insertions(+) create mode 100644 startpage/bg1.png create mode 100644 startpage/bg2.png create mode 100644 startpage/bg3.png create mode 100644 startpage/bg4.jpg create mode 100644 startpage/bg5.jpg create mode 100644 startpage/bg6.png create mode 100644 startpage/index.html create mode 100644 startpage/styles.css diff --git a/startpage/bg1.png b/startpage/bg1.png new file mode 100644 index 00000000..2dede45f Binary files /dev/null and b/startpage/bg1.png differ diff --git a/startpage/bg2.png b/startpage/bg2.png new file mode 100644 index 00000000..14ae8746 Binary files /dev/null and b/startpage/bg2.png differ diff --git a/startpage/bg3.png b/startpage/bg3.png new file mode 100644 index 00000000..fe303dac Binary files /dev/null and b/startpage/bg3.png differ diff --git a/startpage/bg4.jpg b/startpage/bg4.jpg new file mode 100644 index 00000000..99191573 Binary files /dev/null and b/startpage/bg4.jpg differ diff --git a/startpage/bg5.jpg b/startpage/bg5.jpg new file mode 100644 index 00000000..3e8476f3 Binary files /dev/null and b/startpage/bg5.jpg differ diff --git a/startpage/bg6.png b/startpage/bg6.png new file mode 100644 index 00000000..10647200 Binary files /dev/null and b/startpage/bg6.png differ diff --git a/startpage/index.html b/startpage/index.html new file mode 100644 index 00000000..1d0cd486 --- /dev/null +++ b/startpage/index.html @@ -0,0 +1,48 @@ + + + + + + Welcome, Vidhu Kant! + + +
+

+ Welcome, Vidhu Kant! +

+ +

+ Time: +

+
+
+ + + +
+ + MyAnimeList + Old Reddit + YouTube + Twitter + WhatsApp + MAL Profile + New Reddit + Nyaa + Mega + Amazon + Music + 音楽 + Amazon + + +

+
+
+ + + + diff --git a/startpage/styles.css b/startpage/styles.css new file mode 100644 index 00000000..4631ead4 --- /dev/null +++ b/startpage/styles.css @@ -0,0 +1,69 @@ +.center { text-align: center; } +body { + margin: 7px; + background-color: #111111; + background-image: url("bg5.jpg"); + background-repeat: no-repeat; + background-size: cover; +} + +.content { + border-radius: 6px; + background: #2326273f; + padding: 10px 24px; + margin: 3%; +} + +.content #title { + font-size: 44px; +} + +#time-container h2 { + font-size: 32px; + color: #f50a69; + margin-right: 510px; + margin-left: 510px; + padding: 5px 0px; + background-color: #a00af619; + border-radius: 50px; +} + + + +.content h1 { + color: #FFFFFF; +} + + +#bottom-nav-container { + margin: -7px; + background-color: #333333dd; + overflow: hidden; + position: fixed; + bottom: 0; + width: 100%; + padding: 0px 0px 7px 0px; +} + +.bottom-nav-item p { + display: inline; + color: #FFFFFF; +} + +#nav-links { + padding: 12px 12px 12px 12px; + background-color: #FCFCFC; + float: left; + border: 2px solid #232627; + border-radius: 90px 90px 90px 90px; +} + +#nav-links a { + color: #FFFFFF; + background-color: #a000fc; + text-decoration: none; + padding: 8px 18px; + border-radius: 20px; + margin-right: 3px; + margin-left: 3px; +} -- cgit v1.2.3