-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add links to books and articles in home page text
- Loading branch information
1 parent
f6002cf
commit 3527140
Showing
2 changed files
with
42 additions
and
24 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
hidden=[".config"] | ||
modules = ["web:v2-20230623-0b7a606"] | ||
|
||
[deployment] | ||
publicDir = "/" | ||
deploymentTarget = "static" |
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 |
---|---|---|
@@ -1,30 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Farzin Adil</title> | ||
<meta name="description" content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..."> | ||
<meta name="keywords" content="Farzin, Adil, Ali, Software, Engineer"/> | ||
<meta name="description" | ||
content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..."> | ||
<meta name="keywords" content="Farzin, Adil, Ali, Software, Engineer" /> | ||
<meta property="og:title" content="Farzin Adil" /> | ||
<meta property="og:description" content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..." /> | ||
<meta property="og:description" | ||
content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..." /> | ||
<meta property="og:url" content="http://www.farzinadil.com" /> | ||
<meta property="og:image" content="http://www.farzinadil.com/public/img/farzinadilcom.png" /> | ||
<meta property="og:site_name" content="Farzin Adil" /> | ||
<meta name="twitter:card" content="summary_large_image"/> | ||
<meta name="twitter:title" content="Farzin Adil"/> | ||
<meta name="twitter:description" content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..."/> | ||
<meta name="twitter:site" content="@farzinadil"/> | ||
<meta name="twitter:image" content="http://www.farzinadil.com/public/img/farzinadilcom.png"/> | ||
<meta name="twitter:creator" content="@farzinadil"/> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="Farzin Adil" /> | ||
<meta name="twitter:description" | ||
content="I am a software engineer and enjoy working on cool projects. Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at ..." /> | ||
<meta name="twitter:site" content="@farzinadil" /> | ||
<meta name="twitter:image" content="http://www.farzinadil.com/public/img/farzinadilcom.png" /> | ||
<meta name="twitter:creator" content="@farzinadil" /> | ||
<script type="text/javascript" src="js/script.js"></script> | ||
<link rel="shortcut icon" type="image/x-icon" href="/public/img/favicon.ico"/> | ||
<link rel="shortcut icon" type="image/x-icon" href="/public/img/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/public/img/apple-touch-icon.png"> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="./css/output.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> | ||
<link rel="stylesheet" href="./css/style.css"> | ||
</head> | ||
|
||
<body class="bg-white main-font"> | ||
<div class="container mx-auto px-6 py-10"> | ||
<div class="flex flex-col lg:flex-row justify-between items-start"> | ||
|
@@ -41,7 +46,8 @@ <h1 id="site-title"><a href="index.html">Farzin Adil</a></h1> | |
<a href="https://twitter.com/farzinadil" target="_blank"><i class="fab fa-twitter"></i></a> | ||
<a href="https://www.linkedin.com/in/farzinadil/" target="_blank"><i class="fab fa-linkedin-in"></i></a> | ||
<!-- Instagram link visible on mobile only --> | ||
<a href="https://www.instagram.com/farzinadil/" target="_blank" class="block lg:hidden"><i class="fab fa-instagram"></i></a> | ||
<a href="https://www.instagram.com/farzinadil/" target="_blank" class="block lg:hidden"><i | ||
class="fab fa-instagram"></i></a> | ||
</div> | ||
<!-- Mobile menu --> | ||
<nav id="navigation" class="flex flex-col items-center bg-white z-10 p-4 w-full absolute hidden lg:hidden"> | ||
|
@@ -54,8 +60,8 @@ <h1 id="site-title"><a href="index.html">Farzin Adil</a></h1> | |
<!-- Left column for name and navigation (shown on desktop) --> | ||
<div class="w-full lg:w-1/4 lg:block hidden mb-10"> | ||
<div class="desktop-header"> | ||
<h1 id="site-title"><a href="index.html">Farzin Adil</a></h1> | ||
<!-- Other header content if needed --> | ||
<h1 id="site-title"><a href="index.html">Farzin Adil</a></h1> | ||
<!-- Other header content if needed --> | ||
</div> | ||
<nav class="flex flex-col text-xl"> | ||
<a href="html/articles.html" class="mb-4">Articles</a> | ||
|
@@ -65,33 +71,39 @@ <h1 id="site-title"><a href="index.html">Farzin Adil</a></h1> | |
</nav> | ||
<div class="flex text-2xl"> | ||
<a href="mailto:[email protected]" class="mr-6"><i class="fas fa-envelope"></i></a> <!-- Email icon --> | ||
<a href="https://github.com/farzinadil" target="_blank" class="mr-6"><i class="fab fa-github"></i> <!-- GitHub icon --> | ||
<a href="https://twitter.com/farzinadil" target="_blank" class="mr-6"><i class="fab fa-twitter"></i></a> <!-- Twitter icon --> | ||
<a href="https://www.linkedin.com/in/farzinadil/" target="_blank" class="mr-6"><i class="fab fa-linkedin-in"></i></a> <!-- LinkedIn icon --> | ||
<a href="https://github.com/farzinadil" target="_blank" class="mr-6"><i class="fab fa-github"></i> | ||
<!-- GitHub icon --> | ||
<a href="https://twitter.com/farzinadil" target="_blank" class="mr-6"><i class="fab fa-twitter"></i></a> | ||
<!-- Twitter icon --> | ||
<a href="https://www.linkedin.com/in/farzinadil/" target="_blank" class="mr-6"><i | ||
class="fab fa-linkedin-in"></i></a> <!-- LinkedIn icon --> | ||
</div> | ||
</div> | ||
<!-- Right column for profile and bio --> | ||
<div class="w-full lg:w-3/4 lg:pl-10"> | ||
<div class="profile-image-container"> | ||
<div class="profile-image"> | ||
<img src="./public/img/Farzin Adil.jpeg" alt="Image of Farzin Adil" class="mb-10" width="500"> | ||
</div> | ||
<div class="profile-image"> | ||
<img src="./public/img/Farzin Adil.jpeg" alt="Image of Farzin Adil" class="mb-10" width="500"> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<p class="text-gray-800 text-lg mb-6"> | ||
I am a software engineer and enjoy working on cool projects. | ||
</p> | ||
<p class="text-gray-800 text-lg mb-6"> | ||
Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at San Jose State University and was an intern at CDK Global and at Linqto. | ||
Currently, I am working at Lockheed Martin. Previously, I studied Software Engineering at San Jose State | ||
University and was an intern at CDK Global and at Linqto. | ||
</p> | ||
<p class="text-gray-800 text-lg"> | ||
Aside from programming, I enjoy training martial arts such as Jiu Jitsu, Muay Thai/Kickboxing, and wrestling. | ||
At the moment I'm writing articles and reading these books while working on stuff that interests me. | ||
At the moment I'm <a href="https://farzinadil.com/html/articles">writing articles</a> and <a | ||
href="https://farzinadil.com/html/books">reading these books</a> while working on stuff that interests me. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |