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

Added a new template for Amit Dutta #69

Open
wants to merge 1 commit into
base: master
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
3 changes: 3 additions & 0 deletions template/AmitDutta/css/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Stylsheet for Simple Bio template.

##### Authored by Vinit Shahdeo
217 changes: 217 additions & 0 deletions template/AmitDutta/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
/*
* Author - Vinit Shahdeo
* Email - vinitshahdeo@gmail.com
*/
body {
font-family: 'Montserrat', sans-serif;
color: #404142;
font-size: 16px;
letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 800;
font-family: 'Roboto', sans-serif;
text-transform: capitalize;
letter-spacing: -0.1px;
opacity:0.7;
}
hr {
height: 0;
border:2px solid #404142;
opacity: 0.1;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
a:hover, a:focus, a:active, a:visited {
text-decoration: none;
}

/* Button for title text */
.btn {
text-transform: capitalize;
font-weight: 600;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;

}
.btn-lg {
padding: 5px 10px;
font-size: 16px;
line-height: none;
border-radius: 4px;
}

.btn-yellow {
background-color: #fcd93b;
color: #2a2a2a;
opacity: 0.8;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;

}
.btn-yellow:hover {
opacity: 0.9;
text-transform: uppercase;
cursor: pointer;
}

.btn-red {
background-color: rgb(251,155,79);
color: #fff;
opacity: 0.8;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;

}
.btn-red:hover {
opacity: 0.9;
text-transform: uppercase;
cursor: pointer;
}

/* div class */
.about {
padding: 20px;
margin-top: 20px;
}
.about span {
font-size: 2em;
color: #016cc7;
}
.about p{
opacity:0.6;
}
.about p span{
color:#016cc7;
font-size:1em;
opacity: 1.0;
font-weight: bolder;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}
.about p span:hover{
letter-spacing: 0.1px;
text-transform: uppercase;
cursor: pointer;
}
.about a{
text-decoration:none;
font-weight:bold;
color:#2a2a2a;
}
.about a:hover{
color:#016cc7;
}
.main .about {
width: 31.333333%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin-right: 20px;
border: 3px solid #f6f6f6;
border-radius: 5px;
}
.main .about:hover {
box-shadow: 3px 3px 10px #ccc;
transform: translateY(-10px);
}
/* Display picture */
.main-img {
max-width: 40%;
border: 4px solid #efefef;
border-radius: 50%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.main-img:hover{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
cursor: pointer;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;

}
/* Social Media icons */
ul.social li {
list-style: none;
display: inline-block;
margin: 10px 5px;
}
ul.social li a {

padding: 0 10px;
}
.fa{
color:#016cc7;
opacity: 0.8;
}
.fa:hover{
opacity: 0.8;
color:#dd5138;
}

/* === Custom Colors of original logo===
* Remove comments if you want to use it
*/
/*
.fa-linkedin:hover{
color:#4099ff;
}
.fa-github:hover{
color:#2a2a2a;
}
.fa-facebook:hover{
color:#3b5998;
}*/


/*
===Custom Media Queries===
*/

/* Mobile */

@media (max-width: 767px) {

.main .about {
width: 100%
}
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {

.main .about {
width: 49%;
margin-right: 7px;
}
}

/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
.main .about {
width: 49%;
margin-right: 9px;
}
}
1 change: 1 addition & 0 deletions template/AmitDutta/img/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
##### It Contains all the PNGs
Binary file added template/AmitDutta/img/amit.jpeg
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 template/AmitDutta/img/default.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 template/AmitDutta/img/female.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 template/AmitDutta/img/male.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions template/AmitDutta/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html>
<!--- For male -->
<head>

<title>Amit Dutta | Personal Website</title>

<!--- Default Stylesheet -->
<link href="css/style.css" rel="stylesheet">

<!--- Font Awesome Icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

</head>

<body>

<div class="main">

<center>

<div class="about">
<img src="img/amit.jpeg" class="main-img">
<h3><span>Amit</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Nice to see you folks!</button>
<p>I am a Backend Developer from Jharkhand. You can view my works <a href="https://github.com/Amitdutta7">here</a>. I love to play Basketball when I'm not coding. Currently I am an undergraduate at
<a href="https://www.bitmesra.ac.in/" target="_blank">BIT Mesra.</a>
<br/><span>Thank You for Visiting! Have a nice day</span>
</p>

<p>Ping me at <a href="mailto:amitcooldutta279@gmail.com">amitcooldutta279@gmail.com</a></p>

<hr>

<ul class="social">
<li><a href="https://www.facebook.com/amit.dutta.7169709"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/amitdutta24/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/Amitdutta7"><i class="fa fa-github"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

<!--- Made with love by Vinit Shahdeo -->

</html>