diff --git a/_config.yml b/_config.yml index ff927836794c..a7b176975a87 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # ----------------------------------------------------------------------------- title: blank # the website title (if blank, full name will be used instead) -first_name: You -middle_name: R. -last_name: Name -email: you@example.com +first_name: Bashar +middle_name: +last_name: Jabbour +email: basharjabbour@gmail.com description: > # the ">" symbol means to ignore newlines until "footer_text:" A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. footer_text: > @@ -18,8 +18,8 @@ keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your lang: en # the language of your site (for example: en, fr, cn, ru, etc.) icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) -url: https://alshedivat.github.io # the base hostname & protocol for your site -baseurl: /al-folio # the subpath of your site, e.g. /blog/ +url: https://basharjabbour.github.io # the base hostname & protocol for your site +baseurl: # the subpath of your site, e.g. /blog/ last_updated: false # set to true if you want to display last updated in the footer impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR diff --git a/_includes/header.html b/_includes/header.html index 79779f6a44ff..226447dee185 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -51,16 +51,6 @@ {%- endif -%} - {% if site.blog_nav_title %} - - - {%- endif %} {%- assign sorted_pages = site.pages | sort: "nav_order" -%} diff --git a/_pages/about.md b/_pages/about.md index 4a4637ccb620..d351d51d2202 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -6,21 +6,21 @@ subtitle: Affiliations. Address. Contacts. Moto. Etc. profile: align: right - image: prof_pic.jpg + image: prof_pic_1.jpg image_circular: false # crops the image to make it circular address: > -

555 your office number

-

123 your address street

-

Your City, State 12345

+

Toronto, Ontario

+

LinkedIn: https://www.linkedin.com/in/basharjabbour/ -news: true # includes a list of news items -latest_posts: true # includes a list of the newest posts -selected_papers: true # includes a list of papers marked as "selected={true}" +news: false # includes a list of news items +latest_posts: false # includes a list of the newest posts +selected_papers: false # includes a list of papers marked as "selected={true}" social: true # includes social icons at the bottom of the page --- +Full-Stack Developer with breadth of know-how in web-development. I have worked on UI overhauls to building APIs and scripting automated uploads. -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. +I have strong experience in JavaScript and some of the most popular web technologies (ReactJS, Knockout, Bootstrap, jQuery), and a variety of backend languages and frameworks (C#, .Net Core, Python, Django, Go), along with experience in other technologies (SQL, Mongo, Redis, AWS technologies). I have also worked as scrum master for variety of teams. -Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. +Mathematics, Software Development and a Technology enthusiast, I am motivated by projects that use my research, analysis and technical skills to empower people or that solve problems in a sustainable fashion. I value environments that are collaborative and team-oriented, coupled with opportunities for continuous growth and learning. -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. +I love adding to my professional connections, reach out if you want to talk math, bridging the gap between technology and other fields (particularly humanities and education) or even sports. \ No newline at end of file diff --git a/_pages/dropdown.md b/_pages/dropdown.md index 7ac657417590..a4d670c33ff8 100644 --- a/_pages/dropdown.md +++ b/_pages/dropdown.md @@ -1,7 +1,7 @@ --- layout: page title: submenus -nav: true +nav: false nav_order: 6 dropdown: true children: diff --git a/_pages/publications.md b/_pages/publications.md index 8948d578e138..2a7e2df3d8cd 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -4,7 +4,7 @@ permalink: /publications/ title: publications description: publications by categories in reversed chronological order. generated by jekyll-scholar. years: [1967, 1956, 1950, 1935, 1905] -nav: true +nav: false nav_order: 1 --- diff --git a/_pages/teaching.md b/_pages/teaching.md index ea93b1c45e06..6ae15e4d0aeb 100644 --- a/_pages/teaching.md +++ b/_pages/teaching.md @@ -3,7 +3,7 @@ layout: page permalink: /teaching/ title: teaching description: Materials for courses you taught. Replace this text with your description. -nav: true +nav: false nav_order: 5 --- diff --git a/assets/img/prof_pic_1.jpg b/assets/img/prof_pic_1.jpg new file mode 100644 index 000000000000..2bb2884e0f8c Binary files /dev/null and b/assets/img/prof_pic_1.jpg differ diff --git a/blog/index.html b/blog/index.html index f6cebe9dc0c4..e4158bbe5490 100644 --- a/blog/index.html +++ b/blog/index.html @@ -2,7 +2,7 @@ layout: default title: blog pagination: - enabled: true + enabled: false collection: posts permalink: /page/:num/ per_page: 5