Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
safzanpirani committed Jul 28, 2024
1 parent 82697a5 commit ee13bdd
Showing 1 changed file with 49 additions and 50 deletions.
99 changes: 49 additions & 50 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,58 +1,57 @@
Here is the modified `index.html` file with all text in lowercase:

```html
<!DOCTYPE html>
<html>
<head>
<title>portfolio | ai and machine learning enthusiast</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.header {
padding: 10px;
text-align: left;
}
.header h1 {
margin: 0;
padding: 0;
font-size: 24px;
font-weight: bold;
}
.content {
padding: 20px;
}
.projects {
padding: 20px;
}
.project {
margin-bottom: 20px;
padding: 20px;
border-bottom: 1px solid #cccccc;
}
.project h2 {
margin: 0;
padding: 0;
}
.project p {
margin: 0;
padding: 0;
}
</style>
<title>safzan's portfolio</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.header {
padding: 40px; /* added padding */
text-align: left;
}
.header h1 {
margin: 0;
padding: 0;
font-size: 64px; /* increased font size */
font-weight: bold;
}
.content {
padding: 20px;
}
.projects {
padding: 20px;
}
.project {
margin-bottom: 20px;
padding: 20px;
border-bottom: 1px solid #cccccc;
}
.project h2 {
margin: 0;
padding: 0;
}
.project p {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>hi, i'm safzan</h1>
</div>
<div class="container">
<div class="header">
<h1>hi, i'm safzan</h1>
</div>
<!-- rest of the HTML code remains the same -->

<div class="content">
<h2>about me</h2>
<p>i'm an ai and machine learning enthusiast with a strong foundation in computer science and hands-on experience in developing innovative solutions. my passion lies in building intelligent systems that can transform industries and improve user experiences. with a diverse skill set in various programming languages and frameworks, i can quickly adapt to new technologies and deliver high-quality, impactful results.</p>
Expand Down

0 comments on commit ee13bdd

Please sign in to comment.