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 cv website #219

Open
wants to merge 1 commit into
base: main
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
1 change: 1 addition & 0 deletions Design 44_2023/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# cv
149 changes: 149 additions & 0 deletions Design 44_2023/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
body {
color: #40514E;
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}

h1 {
font-size: 5.625rem;
margin: 0 auto 0 auto;
font-family: 'Sacramento', cursive;
color: #66BFBF;
}

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

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

span {
font-weight: bolder;
text-decoration: underline;
}

.Top-Container {
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}

.Top-cloud {
position: absolute;
top: 40px;
right: 300px;
}

.Cloud-Bottom {
position: absolute;
left: 250px;
bottom: 300px;
}

.skill-row{
width: 50%;
margin: 100px auto;
text-align: left;
line-height: 2;
}
.football-img{
width: 25%;
float: right;
margin-left: 30px;
background-color: #8758FF;
border-radius: 50%;
}
.computer-img{
width: 25%;
float: left;
margin-right: 40px;
}
.my-image{
width: 20%;
margin-top: 0px;
margin-bottom: 50px;
}

.Intro{
width: 30%;
margin: auto;
line-height: 2;
}
.outro{
width: 30%;
margin: 40px auto 60px;
}
p{
line-height: 2;
}
.middle-container{
/* background-color: #EEEEEE;*/
margin: 100PX 0;

}

.bottom-container{
background-color: #30E3CA;
padding: 50px 0 10px;
}
hr{
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 4%;
margin: 75px auto;
}

a{
/*color: #25316D;*/
color: White;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}
a:hover{
color: #25316D;
}
.footer-link{
font-weight:bolder;
}

.copyright{
color: #25316D;
font-size: .75rem;
padding: 20px 0px;
}

.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;
font-family: Arial;
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;
}
Binary file added Design 44_2023/favicon.ico
Binary file not shown.
Binary file added Design 44_2023/images/Football.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 Design 44_2023/images/Ramiz.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 Design 44_2023/images/Ramiz2.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 Design 44_2023/images/angela.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 Design 44_2023/images/chillies.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 Design 44_2023/images/cloud.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 Design 44_2023/images/computer-modified.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 Design 44_2023/images/computer.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 Design 44_2023/images/mountain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions Design 44_2023/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<title>Sk Ramiz Raja</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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">

</head>

<body>


<div class="Top-Container">
<img class="Top-cloud" src="images\cloud.png" alt="Cloud Images">
<h1>I'm Ramiz.</h1>
<h2>a <span class="footer-link"><strong>Pro</strong></span>grammer.</h2>

<img class="Cloud-Bottom" src="images\cloud.png" alt="Cloud Images">
<img src="images\mountain.png" alt="Mountain Images">
</div>
<div class="middle-container">
<div class="profile">
<img class="my-image" src="images\Ramiz.png" alt="My Profile Picture">
<h2>Hello.</h2>
<p class="Intro">I am a Learner and an Explorer.I'm a CSE Undergrad and a Full-Stack Developer in making.<br /> I 💖 Coffee.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images\computer-modified.png" alt="A vector image of a computer">
<h3>Design & Developemt</h3>
<p>I started learning to code when i was 14 years old because I wanted to make my own video games.Overtime, I gained a wealth of experience desingning and developing mobile and web applications. </p>
</div>
<div class="skill-row">
<img class="football-img" src="images\Football.png" alt="A vector image of a Football">
<h3>Football Is Life</h3>
<p>But my best skill is in playing football. I am an undisputed Centre-Back(Defender). Sanku Cup and Soham Cup are some of my great experiences.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If You love Real Madrid.</h3>
<p class="outro">Love Football as much as I do?Let's talk about how awesome football and coding are!We can code and then watch football while eating.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>


<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/sk-ramiz-raja-8a72651b6/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/StarkRamiz">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/stark_ramiz/">instagram</a>
<p class="copyright">© 2022 Sk Ramiz Raja @StarkRamiz .</p>
</div>


</body>

</html>