Skip to content

Commit

Permalink
Merge pull request avinash201199#181 from SAIF0556/main
Browse files Browse the repository at this point in the history
SM_SAIF_porfolio add
  • Loading branch information
avinash201199 committed Oct 16, 2022
2 parents 3520490 + 2dd63f1 commit b4d9c82
Show file tree
Hide file tree
Showing 8 changed files with 339 additions and 0 deletions.
1 change: 1 addition & 0 deletions SM_SAIF/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# my-cv
Binary file added SM_SAIF/avataaars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SM_SAIF/cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions SM_SAIF/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>conatct</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h3>contacts</h3>
<ul>
<li>Address:kashmiri kothi patna city</li>
<li>Mobile No:7324923485</li>
<li>gmail:smsaif767@gamil.com</li>
<li>LinkedIn:<a href="https://www.linkedin.com/in/sm-saif-b46671217">my profile</a></li>
</ul>
<hr>
<form class="" action="index.html" method="post">
<table>
<tr>
<td><label>Your Name:</label>
</td>
<td><input type="text" name="name" value=""></td>
</tr>
<tr>
<td><label>Your email : </label></td>
<td><input type="email" name="email
" value="10px"></td>
</tr>
</table>



<br>
<label>Your message:</label><br>
<textarea name="name" rows="8" cols="32"></textarea><br>
<label>Do you want to sign up for the email list</label>
<input type="checkbox" name="" value="">
<input type="submit" name="" value="submit">

</form>
</body>
</html>
192 changes: 192 additions & 0 deletions SM_SAIF/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
body{
margin: 0;
text-align:center;
font-family: 'Merriweather', sans-serif;
}
h1{
font-size: 560%; /*16px=100%=1em*/
margin-top: 20px ;
margin-bottom: 0;
font-family: 'Sacramento', cursive;
color: #66BFBF;

}
/* div {
background-color:#E4F9F5;
} */

h2
{
font-family: 'Montserrat', sans-serif ;
font-size: 2.5rem;
color: #66BFBF;
font-weight: normal;
/* margin-top: 50px; */
padding-bottom: 10px;
}

h3{
font-family: 'Montserrat', sans-serif;
color: #11999E;
}
hr{

/* background-color: #EAF6F6; */
border-style:none;
border-top-style: dotted;
border-width:7px;
/* border-color: grey; */
border-color: #11999E;
width: 5%;
margin: 100px auto;

}
p{
line-height: 2;
}
.avatar{
height: 150px;
margin-bottom:10px;
}
.top{

background-color:#E4F9F5;
position: relative;
padding-top: 100px;

}
.middle-container{
margin: 100px 0;
}
.pro{
text-decoration: underline;
}
.top-cloud{
position: absolute;
right:300px;
top: 40px;


}
.bottom-cloud{
position: absolute;
left: 250px;
bottom: 300px;
}
.intro{
width: 30%;
margin: auto;
}
.html-logo{
height: 140px;
float: left;
margin-right: 70px;
}
.backend-logo {
height: 140px;
float: right;
margin-left: 70px;
}
.softskill-logo{
height: 140px;
float: right;
margin-left: 50px;
}
.language-logo{
height: 140px;
float: left;
margin-right: 70px;

padding: 0;
}
/* .footer-link{
color: #11999E;
} */
.skill-row{
width: 50%;
margin: 10px auto 10px auto;
padding: 0;
text-align: left;
/* line-height: 2; */
}
.front-end-text{
margin-top: 50px;
padding-top : 40px;
}
.back-end-text{
margin-top: 70px;
margin-left: 210px;
padding-top : 40px;
}
.backend-description
{
margin-left: 210px;
}

.programming-language-text{
margin-top: 70px;
padding-top : 40px;
}
.softskill-text{
margin-top: 70px;
margin-left: 210px;
padding-top : 15px;
}
.softskill-description{
margin-left: 210px;
}
.contact-message{
width: 40%;
margin: 60px auto;
}
.btn {
background: #11cdd4;
background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
background-image: -o-linear-gradient(top, #11cdd4, #11999e);
background-image: linear-gradient(to bottom, #11cdd4, #11999e);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
text-shadow: 1px 1px 3px #666666;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.btn:hover {
background: #30e3cb;
background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
text-decoration: none;
}
.bottom-container{
background-color: #66BFBF;
/* height: 150px;
margin-top: 75px; */
padding: 50px 0 20px;
}
a{
color: #11999E;
margin:10px 20px;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
a:hover{
color: #EAF6F6;

}
/* .footer-link{
margin:20px;
} */
.copyright{
color: #EAF6F6;
font-size:13px;
padding: 20px 0;
}
Binary file added SM_SAIF/favicon.ico
Binary file not shown.
104 changes: 104 additions & 0 deletions SM_SAIF/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>saif's personal site</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>

<body>
<div class="top">
<img class="top-cloud" src="cloud.png" alt="cloud-image" />
<h1>I'm Saif.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-image" />
<img src="mountain.png" alt="mountain-image" />
</div>

<div class="middle-container">
<div class="profile">
<img class="avatar" src="avataaars.png" alt="image" />
<h2>Hello.</h2>
<p class="intro">
I'm a web developer living in india.I spend my days with my hands in
many different areas of web development from back end programming to
front end engineering.
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img
class="html-logo"
src="https://cdn-icons-gif.flaticon.com/6569/6569144.gif"
alt=""
/>
<h3 class="front-end-text">front End</h3>
<p>HTML,CSS,Javascript,Bootstrap,React</p>
</div>
<div class="skill-row">
<img
class="backend-logo"
src="https://cdn-icons-gif.flaticon.com/6569/6569136.gif"
alt=""
/>
<h3 class="back-end-text">back End</h3>
<p class="backend-description">node js,express,Rest api</p>
</div>
<div class="skill-row">
<img
class="language-logo"
src="https://cdn-icons-gif.flaticon.com/6172/6172538.gif"
alt=""
/>
<h3 class="programming-language-text">programming languages</h3>
<p>
I use to develop some applications using programming languages
c/c++.
</p>
</div>
<div class="skill-row">
<img
class="softskill-logo"
src="https://cdn-icons-gif.flaticon.com/6172/6172533.gif"
alt=""
/>
<h3 class="softskill-text">Soft Skills</h3>
<p class="softskill-description">
Problem solving,organisational abilities,Critical
Thinking,Leadership,Management skills
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I occasionally take on freelance opportunities</h3>
<p class="contact-message">
Have an exciting project where you need some help?<br />Send me over a
message, and let's chat.
</p>
<a class="btn" href="mailto:smsaif767@email.com">CONTACT ME</a>
</div>
</div>

<div class="bottom-container">
<a
class="footer-link"
href="https://www.linkedin.com/in/sm-saif-b46671217"
>LinkedIn</a
>
<a class="footer-link" href="https://github.com/SAIF0556">github</a>

<p class="copyright">© 2022 Saif.</p>
</div>
</body>
</html>
Binary file added SM_SAIF/mountain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4d9c82

Please sign in to comment.