Skip to content

Commit

Permalink
updated Readme and index
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayc43 committed Dec 10, 2024
1 parent eba477e commit ee568f7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<<<<<<< HEAD
# portfolio

Personal Portfolio website
=======
# Portfolio

Personal Portfolio Website
>>>>>>> origin/main
Binary file added assets/wave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mediaQueries.css">
</head>
<body>

<body>
<nav id="desktop-nav">
<div class="logo" style="font-style: italic; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Tanmay Chaturvedi</div>
<ul class="nav-links">
Expand Down Expand Up @@ -59,6 +58,7 @@ <h1>Software Developer and Designer</h1>
</div>
</section>


<section id="about">
<div class="about-info">
<div class="education-heading-container">
Expand Down
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#about, #projects, #contact {
padding-left: 20px; /* Add some padding to the left if you want a small gap from the left side */
}

#about, #projects, #contact {
display: flex;
flex-direction: column;
align-items: flex-start; /* Align content to the left */
}


/* GENERAL */
* {
margin: 0;
Expand Down Expand Up @@ -353,6 +364,13 @@ section {
pointer-events: none;
}


.education-heading-container .icon.arrow{
margin-top: 0rem;
margin-bottom: 20rem;

}

/* .contact-container{
display: flex;
gap: 2rem;
Expand Down Expand Up @@ -417,6 +435,7 @@ section {
justify-content: space-between;
gap: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
}

.project-item {
Expand Down

0 comments on commit ee568f7

Please sign in to comment.