Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
majiday authored Jun 10, 2024
1 parent e0efd1a commit a60a9e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Javad Alverdi's Personal Website</title>
<title>Majid Allahyari's Personal Website</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -111,22 +111,22 @@
</head>
<body>
<header>
<h1>Javad Alverdi's Personal Website</h1>
<h1>Majid Allahyari's Personal Website</h1>
</header>
<main>
<section>
<h2>About Me</h2>
<p>Hello! I am Javad Alverdi, a Machine Learning Engineer with a passion for AI and technology. I specialize in applying cutting-edge AI solutions to tackle complex problems in a broad spectrum of practical implementations. With extensive experience in deep learning algorithms, generative AI solutions, and applied ML techniques, I strive to enhance process efficiencies and foster innovations.</p>
<p>Hello! I am Majid Allahyari, a Machine Learning Engineer with a passion for AI and technology. I specialize in applying cutting-edge AI solutions to tackle complex problems in a broad spectrum of practical implementations. With extensive experience in deep learning algorithms, generative AI solutions, and applied ML techniques, I strive to enhance process efficiencies and foster innovations.</p>
</section>
<section>
<img src="path/to/your-image.jpg" alt="Portrait of Javad Alverdi">
<img src="img.jpg" alt="Portrait of Majid Allahyari">
</section>
<section class="links">
<h3>Connect with Me</h3>
<a href="https://www.linkedin.com/in/javad-alverdi" aria-label="LinkedIn">LinkedIn</a>
<a href="https://github.com/javad-alverdi" aria-label="GitHub">GitHub</a>
<a href="path/to/your-publications.pdf" aria-label="Publications">Publications</a>
<a href="path/to/your-talks.pdf" aria-label="Talks">Talks</a>
<a href="https://www.linkedin.com/in/majid-allahyari/" aria-label="LinkedIn">LinkedIn</a>
<a href="https://github.com/majiday" aria-label="GitHub">GitHub</a>
<a href="https://scholar.google.com/citations?user=i7__kzoAAAAJ&hl=en&oi=sra" aria-label="Publications">Publications</a>
<a href="https://scholar.google.com/citations?user=i7__kzoAAAAJ&hl=en&oi=sra" aria-label="Talks">Talks</a>
</section>
<section class="publications">
<h3>Publications</h3>
Expand All @@ -139,7 +139,7 @@ <h3>Publications</h3>
</section>
</main>
<footer>
<p>&copy; 2024 Javad Alverdi. All rights reserved.</p>
<p>&copy; 2024 Majid Allahyari. All rights reserved.</p>
</footer>
<button id="back-to-top">Back to Top</button>
<script>
Expand Down

0 comments on commit a60a9e7

Please sign in to comment.