-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (111 loc) · 6.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7KCTPZJL62"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7KCTPZJL62');
</script>
<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 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: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" />
<script type="text/javascript" src="js/script.js"></script>
<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">
<!-- Mobile menu button -->
<div class="text-5xl font-bold mb-10 w-full flex justify-between lg:hidden">
<h1 id="site-title"><a href="index.html">Farzin Adil</a></h1>
<button class="text-3xl" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</button>
</div>
<div class="flex justify-center lg:justify-start space-x-3 p-1 lg:hidden mt-[-2.5rem] mb-10">
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/farzinadil" target="_blank"><i class="fab fa-github"></i></a>
<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>
</div>
<!-- Mobile menu -->
<nav id="navigation" class="flex flex-col items-center bg-white z-10 p-4 w-full absolute hidden lg:hidden">
<a href="./html/articles.html" class="text-xl mb-4">Articles</a>
<a href="./html/projects.html" class="text-xl mb-4">Projects</a>
<a href="./html/books.html" class="text-xl mb-4">Bookshelf</a>
<a href="./html/contact.html" class="text-xl mb-4">Contact</a>
</nav>
<div class="desktop-grid"></div>
<!-- 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 -->
</div>
<nav class="flex flex-col text-xl">
<a href="html/articles.html" class="mb-4">Articles</a>
<a href="../html/projects.html" class="mb-4">Projects</a>
<a href="html/books.html" class="mb-4">Bookshelf</a>
<a href="../html/contact.html" class="mb-4">Contact</a>
</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 -->
</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>
<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.
</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 <a href="https://farzinadil.com/html/articles" class="custom-link">writing articles</a> and <a
href="https://farzinadil.com/html/books" class="custom-link">reading these books</a> while working on stuff that interests me.
</p>
</div>
</div>
</div>
</body>
</html>