File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Post - ScriBBler</ title >
7
+ < title > Post - Scribbler</ title >
8
+ < link rel ="stylesheet " href ="../../header.css " />
9
+ < link rel ="stylesheet " href ="../../post.css " />
10
+ <!-- TODO: Include Font Awesome file here -->
11
+ <!-- TODO: Include Google Fonts file here -->
12
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " />
13
+ < link
14
+ href ="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap "
15
+ rel ="stylesheet "
16
+ />
17
+ < link
18
+ href ="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap "
19
+ rel ="stylesheet "
20
+ />
8
21
</ head >
9
- < body > </ body >
22
+ < body >
23
+ <!-- TODO: Include all your code for the header and home page here -->
24
+
25
+ < header id ="header ">
26
+ < div id ="logo_container ">
27
+ < div id ="header_logo "> ScriBBler</ div >
28
+ < div id ="header_logo_tag "> Explore, Imagine, Create</ div >
29
+ </ div >
30
+ < div id ="button_container ">
31
+ < button id ="btn_sign_in " onclick ="showSignInModal() ">
32
+ Sign In</ button
33
+ > < button id ="btn_sign_up " onclick ="showSignUpModal() ">
34
+ Sign Up
35
+ </ button >
36
+ </ div >
37
+ </ header >
38
+
39
+ < script src ="index.js " type ="text/javascript " async > </ script >
40
+ </ body >
10
41
</ html >
You can’t perform that action at this time.
0 commit comments