Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LON|Amirhossein-Aminian|portfolio #134

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</head>
<body>
<header>
<h1>My Name</h1>
<h1>Amirhossein Aminian</h1>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
Expand All @@ -51,34 +51,38 @@ <h1>My Name</h1>
<section id="about">
<header><h2>About Me</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?
My name is Amirhossein Aminian, and I am a dedicated and motivated individual with a passion for programming and
software development. I am committed to delivering my best in every task I undertake, always striving for excellence and
integrity in my work. I believe in choosing the right path over the easy one, valuing quality and long-term success over
shortcuts. My approach reflects my determination to grow continuously and make meaningful contributions in the field of
technology.

</p>
</section>
<section id="projects">
<header><h2>Projects Showcase</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?
</p>
<h3>My Home Town - Tehran</h3>
<p>A webpage dedicated to my hometown, Tehran, showcasing its rich culture, history, and beauty. I used HTML and
CSS to build this project, and it's my first step in web development.</p>
<a href="https://amirtehran5.netlify.app/" target="_blank">View Project</a>

<h3>T-Shirt Order Form</h3>
<p>This is an interactive form I built for a T-Shirt gallery where users can place orders. The project helped me
improve my skills in HTML forms and CSS styling.</p>
<a href="https://amirhossein-aminian-form.netlify.app/" target="_blank">View Project</a>
</section>
<section id="contact">
<header><h2>Contact me</h2></header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nulla nisi
excepturi quidem, eum rem doloribus quam aspernatur hic enim eligendi
commodi minima ullam necessitatibus, cumque blanditiis, nihil magni
amet consectetur?
</p>
<ul>
<li><a href="[email protected]">Email Me</a></li>
<li><a href="https://www.linkedin.com/in/amirhossein-aminian/">LinkedIn</a></li>
</ul>
</div>
</section>
</main>
<footer>
<h3>
<a href="https://github.com/CodeYourFuture/Portfolio"
<a href="https://github.com/Amir200524"
><svg
focusable="false"
role="presentation"
Expand All @@ -94,7 +98,7 @@ <h3>
fill="currentColor"
/>
</svg>
Read me</a
My github</a
>
</h3>
</footer>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body {
min-height: 100vh;
gap: var(--gap);
max-width: var(--container);

}
a,
a:any-link {
Expand Down Expand Up @@ -55,3 +56,6 @@ section p {
line-height: 1.5;
max-width: 55ch;
}
#projects{
display: flexbox;
}