diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:58:06 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:58:06 +0530 |
| commit | 119a7729fc172b38089d9b3f94e279730cda3997 (patch) | |
| tree | 089345d75f89a8449f89568c09edc64a23226613 | |
| parent | c1448b076cddcc69d24f3fb51aeddd96a55b0bff (diff) | |
| download | nineties-computing-119a7729fc172b38089d9b3f94e279730cda3997.tar.xz nineties-computing-119a7729fc172b38089d9b3f94e279730cda3997.zip | |
Updated welcome section
| -rw-r--r-- | index.html | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -4,8 +4,20 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nineties Computing</title> + <link rel="stylesheet" href="css/globals.css"> + <link rel="stylesheet" href="css/fonts.css"> + <link rel="stylesheet" href="css/colors.css"> + <link rel="stylesheet" href="css/layouts.css"> + <link rel="stylesheet" href="css/texttypes.css"> </head> <body> - + <!-- Welcome Section for Logging in --> + <section id="welcome" class="fullscreen bg-skyblue"> + <div class="fullscreen_centered mediumbox bg-white padding_25"> + <div class="bordered_4px height_100-55 padding_25"> + <marquee class="welcome_heading" scrollamount="10">Hello user! Looks like you don't have an account yet!</marquee> + </div> + </div> + </section> </body> </html>
\ No newline at end of file |
