-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added nav bar with pils nect i list the company and creating an in sc…
…roller- will add search in the future
- Loading branch information
1 parent
33cce27
commit 96b0235
Showing
7 changed files
with
199 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
@extends('layouts.app') | ||
@section('content') | ||
<div class="col-md-11 mx-auto"> | ||
<div class="card"> | ||
<h5 class="card-header">{{ $company->name }}</h5> | ||
|
||
<div class="card-body"> | ||
<div class="d-flex align-items-start align-items-sm-center gap-4"> | ||
<div class=""> | ||
<img src="{{ $company->logo }}" alt="user-avatar" class="d-block rounded" height="100" width="100" | ||
id="uploadedAvatar" /> | ||
</div> | ||
<div class="button-wrapper"> | ||
<p class="text-dark mb-0">{{ $company->about }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<hr class="my-0" /> | ||
</div> | ||
|
||
<div class="col-xl-12 mt-3"> | ||
<div class="nav-align-top mb-4"> | ||
<ul class="nav nav-tabs" role="tablist"> | ||
<li class="nav-item"> | ||
<button type="button" class="nav-link active" role="tab" data-bs-toggle="tab" | ||
data-bs-target="#navs-top-backend" aria-controls="navs-top-home" aria-selected="true"> | ||
Backend | ||
</button> | ||
</li> | ||
<li class="nav-item"> | ||
<button type="button" class="nav-link" role="tab" data-bs-toggle="tab" | ||
data-bs-target="#navs-top-profile" aria-controls="navs-top-profile" aria-selected="false"> | ||
Frontend | ||
</button> | ||
</li> | ||
<li class="nav-item"> | ||
<button type="button" class="nav-link" role="tab" data-bs-toggle="tab" | ||
data-bs-target="#navs-top-messages" aria-controls="navs-top-messages" aria-selected="false"> | ||
Devops | ||
</button> | ||
</li> | ||
</ul> | ||
<div class="tab-content"> | ||
<div class="tab-pane fade show active" id="navs-top-backend" role="tabpanel"> | ||
<div class="card"> | ||
<h5 class="card-header">Connected Accounts</h5> | ||
<div class="card-body"> | ||
<p>Display content from your connected accounts on your site</p> | ||
<!-- Connections --> | ||
<div class="d-flex mb-3"> | ||
<div class="flex-shrink-0"> | ||
<img src="../assets/img/icons/brands/google.png" alt="google" class="me-3" | ||
height="30" /> | ||
</div> | ||
<div class="flex-grow-1 row"> | ||
<div class="col-9 mb-sm-0 mb-2"> | ||
<h6 class="mb-0">Google</h6> | ||
<small class="text-muted">Calendar and contacts</small> | ||
</div> | ||
<div class="col-3 text-end"> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input float-end" type="checkbox" role="switch" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex mb-3"> | ||
<div class="flex-shrink-0"> | ||
<img src="../assets/img/icons/brands/slack.png" alt="slack" class="me-3" | ||
height="30" /> | ||
</div> | ||
<div class="flex-grow-1 row"> | ||
<div class="col-9 mb-sm-0 mb-2"> | ||
<h6 class="mb-0">Slack</h6> | ||
<small class="text-muted">Communication</small> | ||
</div> | ||
<div class="col-3 text-end"> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input float-end" type="checkbox" role="switch" | ||
checked /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex mb-3"> | ||
<div class="flex-shrink-0"> | ||
<img src="../assets/img/icons/brands/github.png" alt="github" class="me-3" | ||
height="30" /> | ||
</div> | ||
<div class="flex-grow-1 row"> | ||
<div class="col-9 mb-sm-0 mb-2"> | ||
<h6 class="mb-0">Github</h6> | ||
<small class="text-muted">Manage your Git repositories</small> | ||
</div> | ||
<div class="col-3 text-end"> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input float-end" type="checkbox" role="switch" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex mb-3"> | ||
<div class="flex-shrink-0"> | ||
<img src="../assets/img/icons/brands/mailchimp.png" alt="mailchimp" class="me-3" | ||
height="30" /> | ||
</div> | ||
<div class="flex-grow-1 row"> | ||
<div class="col-9 mb-sm-0 mb-2"> | ||
<h6 class="mb-0">Mailchimp</h6> | ||
<small class="text-muted">Email marketing service</small> | ||
</div> | ||
<div class="col-3 text-end"> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input float-end" type="checkbox" role="switch" | ||
checked /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex"> | ||
<div class="flex-shrink-0"> | ||
<img src="../assets/img/icons/brands/asana.png" alt="asana" class="me-3" | ||
height="30" /> | ||
</div> | ||
<div class="flex-grow-1 row"> | ||
<div class="col-9 mb-sm-0 mb-2"> | ||
<h6 class="mb-0">Asana</h6> | ||
<small class="text-muted">Communication</small> | ||
</div> | ||
<div class="col-3 text-end"> | ||
<div class="form-check form-switch"> | ||
<input class="form-check-input float-end" type="checkbox" role="switch" | ||
checked /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- /Connections --> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="tab-pane fade" id="navs-top-profile" role="tabpanel"> | ||
<p> | ||
Donut dragée jelly pie halvah. Danish gingerbread bonbon cookie wafer candy oat cake ice | ||
cream. Gummies halvah tootsie roll muffin biscuit icing dessert gingerbread. Pastry ice | ||
cream | ||
cheesecake fruitcake. | ||
</p> | ||
<p class="mb-0"> | ||
Jelly-o jelly beans icing pastry cake cake lemon drops. Muffin muffin pie tiramisu | ||
halvah | ||
cotton candy liquorice caramels. | ||
</p> | ||
</div> | ||
<div class="tab-pane fade" id="navs-top-messages" role="tabpanel"> | ||
<p> | ||
Oat cake chupa chups dragée donut toffee. Sweet cotton candy jelly beans macaroon | ||
gummies | ||
cupcake gummi bears cake chocolate. | ||
</p> | ||
<p class="mb-0"> | ||
Cake chocolate bar cotton candy apple pie tootsie roll ice cream apple pie brownie cake. | ||
Sweet | ||
roll icing sesame snaps caramels danish toffee. Brownie biscuit dessert dessert. Pudding | ||
jelly | ||
jelly-o tart brownie jelly. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
@endsection |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters