Skip to content

Commit

Permalink
some style added
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 authored and cmendible committed Oct 16, 2023
1 parent b26ec0f commit 3151ef7
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 12 deletions.
23 changes: 23 additions & 0 deletions docs/assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
Add styles or override variables from the theme here.
*/

$primary: #004589;
$secondary: #0080ff;

$light: #89c4ff;
$dark: #001e3b;

// UI element colors
$td-sidebar-bg-color: rgba($primary, 0.15);

/*
AZURE COLOR PALETTE
#d8ebff (216,235,255)
#89c4ff (137,196,255)
#0080ff (0,128,255)
#004589 (0,69,137)
#001e3b (0,30,59)
*/
6 changes: 3 additions & 3 deletions docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ title: Azure Quick Review

{{% blocks/section color="dark" type="row" %}}

{{% blocks/feature icon="fab fa-github" title="Read the Docs!" url="https://azure.github.io/azqr/" %}}
{{% blocks/feature icon="fa-solid fa-file-lines" title="Read the Docs!" url="https://azure.github.io/azqr/" %}}
Learn how to use Azure Quick Review (azqr)
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Install azqr!" url="https://github.com/azure/azqr/" %}}
{{% blocks/feature icon="fa-solid fa-laptop-code" title="Install azqr!" url="https://github.com/azure/azqr/" %}}
Learn how to install Azure Quick Review (azqr)
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/azure/azqr" %}}
{{% blocks/feature icon="fa-solid fa-code-pull-request" title="Contributions welcome!" url="https://github.com/azure/azqr" %}}
We do a [Pull Request](https://github.com/azure/azqr/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}

Expand Down
6 changes: 3 additions & 3 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ enable = false
[params.links]
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
name = "Microsoft - Azure Quick Review"
url = "https://github.com/azure/azqr"
icon = "fab fa-github"
desc = "Development takes place here!"
icon = "fab fa-microsoft"
desc = ""

# hugo module configuration

Expand Down
6 changes: 0 additions & 6 deletions docs/scss/_variables_project.scss

This file was deleted.

Binary file added docs/static/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/favicons/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/static/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 3151ef7

Please sign in to comment.