Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoyh authored Aug 13, 2024
1 parent f84557b commit d888a77
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 12 deletions.
10 changes: 3 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ title: Radio Podcasts بودكاستات الإذاعة
# Description of the Site
description: "موروثنا كنزٌ لا يفنى"
# URL of Image of the Site
site-image: '/blog/assets/images/meta.jpg'
site-image: '/blog/assets/images/radio-bahrain-logo.png'
# Keywords of the Site
site-keywords: Site, Template, Theme
# URL for the Image of custom Favicon
favicon-url: https://github.com/RadioBahrain/radiobahrain.github.io/blob/deaa04f1b3f7250fb737b84befeafc0ac21f70ca/logo.ico

# URL of the Image of Custom Hero Image (i.e., the image in the background of the very first section of the Homepage)
heroimage: https://github.com/RadioBahrain/radiobahrain.github.io/blob/deaa04f1b3f7250fb737b84befeafc0ac21f70ca/assets/alchemy-v2-header.jpg
heroimage: '/blog/assets/images/mic-app-bg1.jpg'

# Social Media and Contact
# If you don't want to use any icon, you can leave them blank.
email:
email:
facebook_username: radiobahrain
twitter_username: radiobahrain
instagram_username: radiobahrain
Expand All @@ -43,10 +43,6 @@ disqus-shortname: ''
# Name of the Author
author-name: Hasan
# URL for the Image of the Author
author-image: https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png
# 60 Words About the Author
author-about: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eget pharetra velit, dapibus bibendum ex. Maecenas vitae laoreet mauris, ac luctus metus. Aliquam luctus velit vel ipsum feugiat, vel venenatis mauris hendrerit. Sed at vulputate sapien, eget vehicula dolor. Aliquam volutpat pulvinar neque sit amet sodales.
# URL to the Author's Profile (i.e., Github, Twitter, Stackoverflow, etc)
author-url: https://github.com/aldoyh

# SASS
Expand Down
3 changes: 1 addition & 2 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<div class="container columns is-centered">
<div>
<a href="{{site.url}}{{site.baseurl}}/#contact"
class="button is-rounded is-uppercase has-text-weight-normal is-black is-outlined">Contact
Me</a>
class="button is-rounded is-uppercase has-text-weight-normal is-black is-outlined">تواصل معنا</a>
</a>
</div>
<div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

<!DOCTYPE html>
<html>
<html dir="rtl">
{% include head.html %}

<body>
Expand All @@ -17,7 +17,7 @@
<script>
var navItems = document.getElementsByClassName('navbar-item');
var heroes = document.getElementsByClassName('hero');
const viewOffset = 200;
const viewOffset = 200;

window.addEventListener("scroll", function (event) {
var scroll = this.scrollY;
Expand Down
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="hero-body">
<div class="container has-text-centered">
<div class="section">
<p class="subtitle is-uppercase has-text-weight-medium has-text-grey">Projects</p>
<p class="subtitle is-uppercase has-text-weight-medium has-text-grey">المشاريع</p>
</div>
{% include project-card.html %}
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/How to install and use WhatATheme.png
Binary file not shown.
Binary file removed assets/images/SamplePost.png
Binary file not shown.
Binary file removed assets/images/What is Jekyll and How to use it.png
Binary file not shown.
Binary file added assets/images/dark-mic-1600x900_.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/logo.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 removed assets/images/meta.jpg
Binary file not shown.
Binary file added assets/images/mic-app-bg1.jpg
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 assets/images/mic-app-bg2.jpg
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 assets/images/radio-bahrain-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d888a77

Please sign in to comment.