Skip to content

Cjd trying #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/DozaLogo.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 assets/img/GettingStarted copy.gif
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/img/ezgif.com-UsingKaBloom copy.gif
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/img/favicon.png
100755 → 100644
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/img/profile.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 assets/img/profile2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 16 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<!-- This "nav-menu" is hidden on mobile -->
<!-- Add the modifier "is-active" to display it on mobile -->
<div class="nav-left">
<a href="http://medium.com/@hassanhelfi/" class="nav-item">
<!-- <a href="http://medium.com/@hassanhelfi/" class="nav-item">
<span class="icon">
<i class="fa fa-medium"></i>
</span>
</a>
<a href="http://github.com/helfi92" class="nav-item">
</a> -->
<a href="http://github.com/xine75" class="nav-item">
<span class="icon">
<i class="fa fa-github"></i>
</span>
</a>
<a href="https://twitter.com/hassanhelfi" class="nav-item">
<a href="https://twitter.com/xine75" class="nav-item">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
Expand All @@ -53,13 +53,16 @@
<section id="about" class="section section-1">
<div class="container has-text-centered">
<!-- Source: https://flic.kr/p/pAZBNK -->
<img class="avatar" src="assets/img/profile.png">
<img class="logo" src="assets/img/DozaLogo.png">
</div>
<div class="container"></br>
<p class="intro">
Lorem Khaled Ipsum is a major key to success. To succeed you must believe. When you believe, you will succeed. Mogul talk. Find peace, life is like a water fall, you’ve gotta flow. Lion! Fan luv. Eliptical talk.
</p>
</div>
I loved being a classroom teacher. Working with groups of teens, helping solve problems - personal, poetic and mathematical -a fire drill sounding off in the middle of a sentence - no two days were the same. But after 17 years I felt the call to explore an old passion. I knew that some of the skills I cultivated as a teacher would apply to software development, but I was wrong about which ones. I’d been interested in coding since taking a computer science course as an undergrad, and believed my long immersion in the logic of geometry and calculus would serve me. But it’s actually the people skills, the facility with group dynamics, with making sure every voice is heard and every member feels valued, that has been most essential. Software design is a team sport, and I’ve been working with groups, classes, clubs, and teams for 17 years. And though code is not poetry, there is something about the pure economy of the language - each keystroke pulling its own weight, nothing included than isn’t necessary - that brings poetry to mind. And so I find myself exactly in the right place.
</div>
<div class="container has-text-centered">
<!-- Source: https://flic.kr/p/pAZBNK -->
<img class="avatar" src="assets/img/profile2.jpeg">
</div>
</section>

<!-- Projects -->
Expand All @@ -76,7 +79,7 @@ <h3 class="title is-3">Projects</h3>
<article>
<div>
<figure class="image project-figure">
<img src="assets/img/project-1.jpg" alt="Image">
<img src="assets/img/ezgif.com-UsingKaBloom copy.gif" alt="Image">
</figure>
</div>
<div>
Expand Down Expand Up @@ -116,18 +119,18 @@ <h3 class="title is-3">Let's Socialize</h3>
</div>
<div class="social-container columns">
<div class="column is-6 has-text-centered">
<a target="_blank" href="https://ca.linkedin.com/in/hassan-ali-6132468a"><img class="" src="assets/img/linkedin.png"></a>
<a target="_blank" href="https://ca.linkedin.com/in/christine-doza"><img class="" src="assets/img/linkedin.png"></a>
</div>
<div class="column is-6 has-text-centered">
<!-- <div class="column is-6 has-text-centered">
<a target="_blank" href="https://www.facebook.com/Hassan.Helfi"><img class="" src="assets/img/facebook.png"></a>
</div>
</div> -->
</div>
</div>
</section>

<!-- Footer -->
<section class="section-4 has-text-centered container">
<a href="http://www.hassanali.me/about">Hassan Ali</a>
<a href="http://www.hassanali.me/about">Christine Doza</a>
</section>

<!-- Scripts -->
Expand Down