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

personal webpage #31

Open
wants to merge 3 commits 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
Binary file added .DS_Store
Binary file not shown.
Binary file added GitHub_Logo.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 LI-In-Bug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 132 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
.main-content{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.main-content .my-photo{
background-position: top left;
border-radius: 50%;
/* z-index: -1; */
height: 200px;
width: 200px;
}

.main-content .about-me-text{
display: flex;
flex-wrap: wrap;
background-size: contain;
z-index: 1;
top: 45vh;
left:40vw;
position:absolute
}

/* .bio-text{
padding: 70px 0px 0px 510px;
} */

/* .sub-text{
padding: 70px 0px 0px 610px;
} */

@media screen and (max-width: 700px){
body{
background: rgb(248, 186, 196);
}
.main-content .myphoto, .about-me-text{
display:flex;
justify-content: center;
}

}

@media screen and (max-width: 500px){
body{
background: rgba(10, 10, 209, 0.918);
margin: auto;
}
.main-content .myphoto, .about-me-text{
display:flex;
justify-content: center;
/* margin: auto; */
}
.about-me-line-1 {
display: none;
}
.about-me-line-2{
display:none;
}
.about-me-rectangle {
height: 40%;
width: 40%;
}
}

.about-me-oval {
position:absolute;
width: 300px;
height: 150px;
background: rgba(240, 174, 2, 0.4);
border-radius: 50%;
top: 20vw;
left: 7vw;
z-index: -1;
}

.about-me-semi-oval-red {
position: absolute;
width: 15vw;
height: 15vw;
border-radius: 125px 125px 0 0;
left: 5vw;
bottom: 0vw;
background: rgba(239, 65, 54, 0.85);
transform: rotate(270deg);
border-radius: 0 100% 100% 0 / 50%;
}

.about-me-semi-oval-blue {
position: absolute;
width: 13vw;
height: 10vw;
border-radius: 125px 125px 0 0;
left: 10vw;
bottom: 5vw;
background: rgba(42, 82, 126, 0.75);
transform: rotate(270deg);
border-radius: 0 100% 100% 0 / 50%;
}

.about-me-rectangle {
position: absolute;
width: 65vw;
height: 55vh;
right: 60px;
bottom: 0;
/* top: 25vw; */
background: rgba(255, 255, 255, 0.6);
transform: rotate(-9.83deg);
/* transform: translate(60%, 60% ); */
}

.about-me-line-1 {
position: absolute;
width: 50vw;
height: 0px;
left: 100px;
top: 500px;
border:5px solid #2a537ee7;
transform: rotate(80.69deg);
}

.about-me-line-2 {
position: absolute;
width: 500px;
height: 0px;
left: 200px;
top: 350px;
border: 10px solid #2a537ee7;
transform: rotate(-10.31deg);
}

56 changes: 56 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
<link href="styles.css" rel="stylesheet" />
<link href="about.css" rel="stylesheet" />
<link rel="icon" href="logo1x.png" />
<!-- <script src="../styles.js" defer></script> -->
</head>
<body class="container scale-size">
<header class="nav-header">
<a href="index.html">
<img src="logo1x.png" class="logo" alt="logo" />
</a>
<nav class="navbar">
<ul>
<li><a href="about.html" class="tab-name">about</a></li>
<li><a href="skills.html" class="tab-name">skills</a></li>
<li><a href="projects.html" class="tab-name">projects</a></li>
<li><a href="contact.html" class="tab-name">contact</a></li>
</ul>
</nav>
</header>

<section class="main-content">
<div class="my-photo">
<img src="dalizHeadshot.png" class="my-photo" alt="face" />
</div>



<div class="about-me-text">
<h1 class="bio-text">
Hi! My name is Dalíz. I'm a student of life living in New York City,
currently learning the foundations of full-stack web development at
Pursuit.
</h1>
<span class="sub-text">
I like designing and creating cool things on the web. I'm passionate
about science, music, and art.
</span>
</div>
</section>


<div class="about-me-oval"></div>
<div class="about-me-semi-oval-red"></div>
<div class="about-me-semi-oval-blue"></div>
<div class="about-me-rectangle"></div>
<div class="about-me-line-1"></div>
<div class="about-me-line-2"></div>
</body>
</html>
124 changes: 124 additions & 0 deletions contact.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
.contact-me-section {
align-content: center;
position: absolute;
width: 100px;
height: 50px;
top: 50%;
left: 50%;
}

#connect {
color: white;
margin: 0;
display: inline;
padding-top: 20px;
}

#circle {
height: 150px;
width: 150px;
background-color: #f0ae02;
border-radius: 50%;
}

#circle #email {
text-decoration: none;
color: white;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
top: 30%;
width: 50px;
height: 50px;
position: relative;
}

#linked-in-square{
height: 150px;
width: 150px;
background-color:rgb(42, 82, 126);
}

#text{
text-decoration: none;
color: white;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
top: 10%;
width: 50px;
height: 50px;
position: relative;
}

/*
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}

textarea{
resize:none;
border:none
}

form{
flex-direction: column;
display: grid;
grid-template-rows: 3;
grid-template-columns: 9;
justify-content: center;
grid-gap: 10px;
font-family: "IBM Plex Mono", monospace;
padding:20px;
background-color: #041E41;


}

.contact-me-container{
background-color: #041E41;
width: 50%;
max-width:500px;
margin: 0 auto;
padding: 10px;
}

.name-box{
grid-row:1;
grid-column: 1;
}
#user-fullname{
background-color: #EF4136; ;
padding: 20px;
border:none;
}

#user-email{
grid-row:2;
grid-column: 1;
background-color: #F0AE02;
padding: 20px;
border:none
}
.message-box{
grid-row:3;
grid-column: 1/ span 2;
}

.btn{
width:100%;
border:none;
outline: none;
padding: 20px;
grid-row: 1/ span 2;
grid-column: 2;
background-color: #2A527E;
}

.btn:hover{
background-color: #3069a567;
} */
60 changes: 60 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact</title>
<link rel="stylesheet" href="contact.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="logo1x.png" />
</head>
<body class="container scale-size">
<header class="nav-header">
<a href="index.html">
<img src="logo1x.png" class="logo" alt="logo" />
</a>
<nav class="navbar">
<ul>
<li><a href="about.html">about</a></li>
<li><a href="skills.html">skills</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</header>


<section class="contact-me-section">
<!-- <div class="contact-me-container">
<form action="">
<div class="name-box">
<input type="text" id="user-fullname" placeholder="full name">
</div>
<div class="email-box">
<input type="text" id="user-email" placeholder="e-mail">
</div>
<button type="submit" class="btn">Send Message</button>
<div class="message-box">
<textarea id="message" cols="50" rows="20" placeholder="message"></textarea>
</div>
</form>
</div>

<div id="status" class="sent">Sent!</div> -->

<div id="circle">
<a id="email" href="mailto:[email protected]">Click to message me.</a>
</div>


<div id="linked-in-square">
<a id="text" href="https://www.linkedin.com/in/dalízcruz">Click to connect on LinkedIn!</a>
</div>

</section>



</body>
</html>
Binary file added dalizHeadshot.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 images/.DS_Store
Binary file not shown.
Binary file added images/bluelogo2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading