Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aydinj authored Dec 18, 2023
1 parent 0aeee08 commit ab50895
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aydin Jamshidi</title>
<style>
body {
font-family: 'Helvetica Neue', sans-serif;
color: white;
background-color: black;
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.bio {
text-align: center;
padding: 50px;
margin-top: auto;
}
img {
max-width: 50%;
height: auto;
border-radius: 5px;
}
</style>
</head>
<body>

<div class="header">
<h1>Aydin Jamshidi</h1>
<img src="aydin.jpg" alt="Aydin Jamshidi">
</div>

<div class="bio">
<p>Aydin Jamshidi is an Iranian researcher and foreign policy analyst. He is also known as a singer, songwriter, actor, and producer. He studied journalism, political science, and international relations at the Shahid Beheshti University in Tehran, Iran. He is an expert in Game Theory. He has completed filmmaking, screenwriting, improvisation, speech, voice, and movement courses for film and musical theater at the Karnameh Institute of Arts and Culture, one of Iran's most well-known act schools in Iran.</p>
<p>Born and raised in Tehran, Aydin cherished his yearning for music in 2011 when he acted as a singer in a play.</p>
<p>His first single, "Fenjoone Bi Chayi," was released in 2012. Also, he published his first book, "A Game Theory Approach to Iran's Nuclear Deal," in 2018.</p>
</div>

</body>
</html>

0 comments on commit ab50895

Please sign in to comment.