diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 15a0e780b..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: jeffreytse # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: jeffreytse -open_collective: # Replace with a single Open Collective username -ko_fi: jeffreytse -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: jeffreytse -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] - diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml deleted file mode 100644 index 9528f5967..000000000 --- a/.github/workflows/build-jekyll.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Github Pages - -on: - push: - branches: - - master # Here source code branch is `master`, it could be other branch - -jobs: - build_and_deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - # Use GitHub Actions' cache to cache dependencies on servers - - uses: actions/cache@v1 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - ${{ runner.os }}-gems- - - # Use GitHub Deploy Action to build and deploy to Github - - uses: jeffreytse/jekyll-deploy-action@master - with: - provider: 'github' - token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT) - repository: '' # Default is current repository - branch: 'gh-pages' # Default is gh-pages for github provider - jekyll_src: './' # Default is root directory - jekyll_cfg: '_config.yml' # Default is _config.yml - jekyll_baseurl: '/jekyll-theme-yat' # Default is empty - cname: '' # Default is to not use a cname - actor: '' # Default is the GITHUB_ACTOR diff --git a/_config.yml b/_config.yml index f01e1d573..16d81afbb 100644 --- a/_config.yml +++ b/_config.yml @@ -24,9 +24,9 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@domain.com -author: GitHub User +title: Batoul Alkhalaf +email: batoulalkhalaf9@gmail.com +author: Batoul # Copyright setting # You can use any html code, currently below placeholders are available: @@ -38,18 +38,16 @@ author: GitHub User # # For example: # "Copyright (c) 2017-{currentYear} {author}" -# "Copyright © 2017-2021 Foobar" +# "Copyright © 2017-2021 Foobar" # -copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}" +copyright: "Unpublished Work (cleft) 2017-{currentYear} {batoul}" -description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. +description: # i'm a entry level full stack developer, seeking to find a job opportunity where i can develop my skills, +# and provide my knowledge to the company and the team I work with. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -favicon: "" # the favicon for your site +baseurl: # the subpath of your site, e.g. /blog +url: # the base hostname & protocol for your site, e.g. http://example.com +favicon: # the favicon for your site # Yat date format # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_data/defaults.yml b/_data/defaults.yml index 0e1b69a6f..700a5da07 100644 --- a/_data/defaults.yml +++ b/_data/defaults.yml @@ -1,4 +1,4 @@ home: - heading: "your awesome title" - subheading: "your awesome subheading" + heading: "full stack developer" + subheading: "land a tech job in just 6 months" banner: "your awesome url" diff --git a/_data/translate_langs.yml b/_data/translate_langs.yml index 188071293..f7f8ce660 100644 --- a/_data/translate_langs.yml +++ b/_data/translate_langs.yml @@ -4,6 +4,14 @@ - lang: en img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png text: English + +- lang: de + img: https://cdn.countryflags.com/thumbs/germany/flag-400.png + text: Germany + +- lang: ar + img: https://cdn.countryflags.com/thumbs/egypt/flag-400.png + text: Egypt - lang: fr img: https://cdn.countryflags.com/thumbs/france/flag-400.png @@ -25,10 +33,6 @@ img: https://cdn.countryflags.com/thumbs/russia/flag-400.png text: Russian -- lang: de - img: https://cdn.countryflags.com/thumbs/germany/flag-400.png - text: Germany + -- lang: ar - img: https://cdn.countryflags.com/thumbs/egypt/flag-400.png - text: Egypt + diff --git a/_includes/views/footer.html b/_includes/views/footer.html index 4c2707e59..928f0c823 100644 --- a/_includes/views/footer.html +++ b/_includes/views/footer.html @@ -12,10 +12,7 @@ | replace: '(cleft)', '©' -%}
{{ copyright }}
-
Powered by Jekyll & Yat Theme.
- + diff --git a/_posts/2021-12-24-markdown-guide.md b/_posts/2021-12-24-markdown-guide.md index 3db07f03b..0edc8c7a9 100644 --- a/_posts/2021-12-24-markdown-guide.md +++ b/_posts/2021-12-24-markdown-guide.md @@ -8,4 +8,11 @@ tags: [guide, markdown] ## Resources -This is a [good guide](https://www.markdownguide.org/basic-syntax/) to learn about the basic markdown syntax. \ No newline at end of file +This is a [good guide](https://www.markdownguide.org/basic-syntax/) to learn about the basic markdown syntax. + +``` +print("Hi Everyone") + +``` + +insert link [my linkedin](https://www.linkedin.com/feed/) \ No newline at end of file diff --git a/_posts/2022-01-25-my-first-post-this-year.md b/_posts/2022-01-25-my-first-post-this-year.md new file mode 100644 index 000000000..92757836a --- /dev/null +++ b/_posts/2022-01-25-my-first-post-this-year.md @@ -0,0 +1,13 @@ +--- +layout: post +title: How I've built my website +subtitle: quick summary +categories: Website +tags: [Github, website] +--- + +1. I created a GitHub account +2. I forked a repository from https://github.com/datamaunz +3. I renamed the forked repository batoullgithub.io +4. I edited the files as described in the README.md +5. Now I am writing my first post by following the advice that I got from the README file diff --git a/_posts/2022-02-14-document-your-learnings.md b/_posts/2022-02-14-document-your-learnings.md new file mode 100644 index 000000000..55acba3e9 --- /dev/null +++ b/_posts/2022-02-14-document-your-learnings.md @@ -0,0 +1,7 @@ +--- +layout: post +title: Effective journaling on your blog +subtitle: How to document your learning in markdown +categories: Markdown +tags: [Markdown, journaling, blog] +--- \ No newline at end of file diff --git a/about.md b/about.md index 375b0f630..83399af71 100644 --- a/about.md +++ b/about.md @@ -3,6 +3,25 @@ layout: about title: About --- -## About +## Hi I'm Batoul -Hi, nice to meet you. +Bachelor's degree holder in Statistic. + +### Why + + I looking forward to develop my skills to find job opportunity in full stack developer. + + +### How + +I seeking to learn and practice full stack developer and provide my knowledge to the company and the team I work with. + + +### What + +At TEA students take a three months intensive training for careers such as full stack developer. + + +### Contact + +You are intersted!cheack out my [LinkedIn](https://www.linkedin.com/in/batoul-alkhalaf-839659121/) diff --git a/assets/images/banners/home1.jpeg b/assets/images/banners/home1.jpeg new file mode 100644 index 000000000..b7321aef1 Binary files /dev/null and b/assets/images/banners/home1.jpeg differ diff --git a/index.html b/index.html index 32e775df8..d9a5d4667 100644 --- a/index.html +++ b/index.html @@ -4,5 +4,5 @@ layout: home title: Home -banner: "assets/images/banners/home.jpeg" +banner: "assets/images/banners/home1.jpeg" ---