-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* For issue #385 Added the required styling * Update doctor.css * Update doctor.css * Update doctor.css --------- Co-authored-by: Vamshi Maskuri <[email protected]>
- Loading branch information
1 parent
bf7e172
commit 085c175
Showing
2 changed files
with
19 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,22 @@ | |
</head> | ||
|
||
<body> | ||
|
||
|
||
<div id="topbar1" class="d-flex align-items-center fixed-top"> | ||
<div class="logo"> | ||
<h1><a href="/index.html">RapiDoc</a></h1> | ||
</div> | ||
<div class="container d-flex justify-content-between"> | ||
<div class="contact-info d-flex align-items-center"> | ||
<i class="bi bi-envelope"></i> <a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
<div class="d-none d-lg-flex social-links align-items-center"> | ||
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a> | ||
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a> | ||
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a> | ||
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<button class="button home-button" onclick="window.location.href='/index.html'">Rapidoc</button> | ||
|
||
|