Skip to content

Commit

Permalink
Merge pull request #5 from OmarMAshour/ui-ux-2
Browse files Browse the repository at this point in the history
css home
  • Loading branch information
OmarMAshour committed Oct 22, 2022
2 parents 827dcaf + a682f9c commit e73a2ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions conf/api.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Wine Info]
url = https://coop-dev.test.apimanagement.eu20.hana.ondemand.com/AZT-WeinattributeCAH-1/findByCodes
api_key = QPpI9dqbAYy0GGfGUCUQFbcD8TG25y5t
12 changes: 6 additions & 6 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

<body>
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0">
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Wine manager</a>
<a class="navbar-brand col-sm-3 col-md-2 mr-0" style ="font-weight: normal; font-size: 200%; padding-left: 20px;"href="#">&nbsp Wine Manager</a>
<!-- <input class="form-control form-control-dark w-100" type="text" placeholder="Search" aria-label="Search">
<ul class="navbar-nav px-3">
<li class="nav-item text-nowrap">
<a class="nav-link" href="#">Sign out</a>
</li>
</ul> -->
<div class="col-sm-8 col-md-9">&nbsp;</div>
<div class="col-sm-1 col-md-1"><img src="2560px-Coop.png" style="width: 70px;height: auto;"></div>
<div class="col-sm-1 col-md-1"><img src="2560px-Coop.png" style="width: 100px;height: auto;"></div>
</nav>

<div class="container-fluid">
Expand All @@ -45,24 +45,24 @@
<a href="#"><i data-feather="search"></i></a>
<button class="btn btn-primary"></button>-->
<div style="padding: 10px;"><div class="input-group mb-2">
<input type="text" class="form-control" placeholder="My cellar" aria-label="My cellar" aria-describedby="My cellar">
<input type="text" class="form-control" style = "font-size: 20px; padding-bottom: 10px"placeholder="My cellar ..." aria-label="My cellar" aria-describedby="My cellar">
<button class="btn btn-outline-secondary" type="button" id="search-btn"><i data-feather="search"></i></button>
</div></div>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" style = "font-size: 20px ; padding-top: 10px; padding-bottom: 30px;" href="#">
<span data-feather="tag"></span>
Scan and label
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" style = "font-size: 20px; padding-bottom: 30px;" href="#">
<span data-feather="users"></span>
Recommend wine
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" style = "font-size: 20px" href="#">
<span data-feather="info"></span>
About
</a>
Expand Down

0 comments on commit e73a2ae

Please sign in to comment.