Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 24, 2023
1 parent e06f310 commit 7d8eb07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</head>
<body>
<header>
<p id="logo">أ</p>
<h1>{{ messages.foundry }}</h1>
<p id="logo"><a href="//aliftype.com">أ</a></p>
<h1 id="foundry"><a href="//aliftype.com">{{ messages.foundry }}</a></h1>
<p class="lang-switcher-side">
{% if page.language == "ar" %}
عربي | <a lang="en-US" href="./" hreflang="en-US">English</a>
Expand Down
6 changes: 6 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ header p {
margin-block-start: 0;
}

#logo a,
#foundry a {
text-decoration: none;
color: unset;
}

#title {
font-size: 95pt;
font-weight: normal;
Expand Down

0 comments on commit 7d8eb07

Please sign in to comment.