-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
362b2ff
commit c93019f
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><style> | ||
body { | ||
font-family: sans-serif; | ||
} | ||
.section > .title { | ||
color: red; | ||
} | ||
</style></head><body><div class="section"><h1 class="title">Projects</h1><p class="description">Some of my projects</p><div class="item"><h2 class="title">Soul</h2><p class="description">A simple, fast and lightweight PHP framework.</p><a class="url" href="https://github.com/thevahidal/soul">Link</a></div><div class="item"><h2 class="title">Bukowski</h2><p class="description">A beautiful typewriter</p><a class="url" href="https://github.com/thevahidal/bukowski">Link</a></div></div><div class="section"><h1 class="title">Links</h1><p class="description">Some of my links</p><div class="item"><h2 class="title">GithHub</h2><a class="url" href="https://github.com/thevahidal">Link</a></div><div class="item"><h2 class="title">Linkedin</h2><a class="url" href="https://www.linkedin.com/in/thevahidal/">Link</a></div><div class="item"><h2 class="title">Twitter</h2><a class="url" href="https://twitter.com/thevahidal">Link</a></div></div></body></html> |