diff --git a/template/riya/css/style.css b/template/riya/css/style.css new file mode 100644 index 0000000..347bbfc --- /dev/null +++ b/template/riya/css/style.css @@ -0,0 +1,211 @@ +body { + font-family: 'Montserrat', sans-serif; + color: black; + font-size: 16px; + letter-spacing: 0.2px; + background-color: rgb(111, 158, 245); +} +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: rgb(37, 248, 37); + 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: black; +} + .about p{ + opacity:0.6; + } + .about p span{ + color:#011425; + 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: #011425; + opacity: 0.8; +} + .fa:hover{ + opacity: 0.8; + color:#016cc7; + } + + /* === Custom Colors of original logo=== +* Remove comments if you want to use it +*/ + + .fa-linkedin:hover{ + color:#0f7202; + } + .fa-github:hover{ + color:#034d0d; + } + .fa-facebook:hover{ + color:#031f5a; + } + + +/* 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; + } +} \ No newline at end of file diff --git a/template/riya/img/images.jpg b/template/riya/img/images.jpg new file mode 100644 index 0000000..2a62a6a Binary files /dev/null and b/template/riya/img/images.jpg differ diff --git a/template/riya/index.html b/template/riya/index.html new file mode 100644 index 0000000..4ea7de0 --- /dev/null +++ b/template/riya/index.html @@ -0,0 +1,41 @@ + + + + Vinit Shahdeo | Personal Website + + + + + + + +
+
+ +
+ +

Riya

+ +

I am Riya Chatterjee.I am a web-developer from Jharkhand. You can view my works here. I love to cook Pasta when I'm not working in any website. Presently I am undergraduate at Siliguri Institute of Technology. +
Thank You for Visiting! +

+ +

Ping me at riyaaachatterjee@gmail.com

+ +
+ + + +
+ +
+ + + + + + \ No newline at end of file