diff --git a/css/styles.css b/css/styles.css index 24add02..33f28b8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -20,6 +20,79 @@ html, button { cursor: url(../icons/ArrowSmall.cur), default; } +/*navbar*/ + +.navbar{ + display:flex; + flex-direction:row; + background-color: #000000; + justify-content: space-between; + height: 55px; + width: 100%; + padding : 0 55px +} + +.navbar-left{ + display:flex; + flex-direction:row; + justify-content: space-around; + width: 600px; +} +.queryimage{ + margin-left: -25px; +} + +.navbar-right{ + display:flex; + flex-direction:row; + margin-right: 100px; + justify-content: space-evenly; +} +.navbar-right img{ + margin:5px; +} + +.search{ + border: #eeeeee; + border-color: #eeeeee; + outline: none; +} + +.search-image{ + margin-left: 7px; +} + +.search-box{ + background-color: white; + display: flex; + flex-direction: row; + align-items: center; + width: 350px; + height: 35px; + margin-top: 8px; + border-radius: 22px; +} + +/*login or signin*/ +.login{ + display:flex; + flex-direction:column; + align-items:center; + justify-content:flex-end; +} +.login p{ + font-size: 16px; + font-weight: 500; + color:gray +} + +.userLogin{ + display:flex; + flex-direction:row; + justify-content: center; + background-color: #eeeeee; +} + /* sugar-vue-Icon */ .test { width:80px; diff --git a/icons/cloud-warning.svg b/icons/cloud-warning.svg new file mode 100644 index 0000000..bd1005b --- /dev/null +++ b/icons/cloud-warning.svg @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/icons/help.svg b/icons/help.svg new file mode 100644 index 0000000..09f0e8d --- /dev/null +++ b/icons/help.svg @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/icons/login.svg b/icons/login.svg new file mode 100644 index 0000000..dee459c --- /dev/null +++ b/icons/login.svg @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/icons/newuser-icon.svg b/icons/newuser-icon.svg new file mode 100644 index 0000000..4dd2d02 --- /dev/null +++ b/icons/newuser-icon.svg @@ -0,0 +1,22 @@ + + \ No newline at end of file diff --git a/icons/view-list.svg b/icons/view-list.svg new file mode 100644 index 0000000..5a70fcb --- /dev/null +++ b/icons/view-list.svg @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/icons/view-neighborhood.svg b/icons/view-neighborhood.svg new file mode 100644 index 0000000..89d48b9 --- /dev/null +++ b/icons/view-neighborhood.svg @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/icons/view-radial.svg b/icons/view-radial.svg new file mode 100644 index 0000000..3a5ce4f --- /dev/null +++ b/icons/view-radial.svg @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/index.html b/index.html index fe6cc86..6970269 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,28 @@