Skip to content
Open

Rj 1 #39

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
62 changes: 62 additions & 0 deletions members/css/rj-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@


.mainContainer{
background-color: #1f761c;
}

.flexContainer{
margin:30px;

background-color: #dbf986 ;
display:flex;
justify-content:space-around;
border:1px solid #356a00;
}

.imageClas{
height:150px;
width:150px;
border:4px outset #356a00;
border-radius:50%;
}
article{
width:30%;
margin-top:30px;
}
.colorDark{
color: #005601;
}
.fontCursive{
font-family:cursive;
}
.fontVerdana{
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
a{
text-decoration:none;
}
/* unvisited link */
a:link {
color: #356a00;
}

/* visited link */
a:visited {
color: #356a00;
}

/* mouse over link */
a:hover {
color: rgb(15, 44, 6);
}

/* selected link */
a:active {
color: rgb(7, 152, 196);
}
@media all and (max-width: 500px) {
.flexContainer {
/* On small screens, we are no longer using row direction but column */
flex-direction: column;
}
}
21 changes: 21 additions & 0 deletions members/remya-jacob.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<html>
<head>
<title>FCC Redmond - Remya Jacob</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/rj-style.css">
</head>
<body>
<div class=mainContainer>
<div class="flexContainer">
<center> <article><img class="imageClas" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAIABADGAAAAAQAAAAAAAA0XAAAAJGYxOTQ4YmE1LTQyZmUtNDk3OS1iMDQyLTZjZTg5OGUwYjE0YQ.jpg" alt="Remya Jacob"/> </header>

<h3 class="colorDark">REMYA JACOB</h3>
<h5 class="fontVerdana"><a href="https://github.com/remyaabi" target='#blank'>GITHUB</a>&nbsp;&nbsp; <a href="https://www.linkedin.com/in/remya-j-60a424112/" target='#blank'>LINKEDIN</a> </h5>
<p class="fontCursive colorDark">Software professional with 3 years of experience in software development and testing.
Have good knowledge in Java, HTML, CSS, JavaScript, Selenium, and SQL. </p>
</article>
</center>
</div>
</div>
</body>
</html>