Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArianaMagaliAriza committed Jul 21, 2024
1 parent 0fdbc7e commit 6b27f99
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
4 changes: 4 additions & 0 deletions briefcase-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions english.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ img:hover {
animation-duration: 1.3s;
}

h1 {
font-size: 3em
}

h1 {font-size: 3em}

button {
font-size: 1.25;
Expand Down
17 changes: 10 additions & 7 deletions english.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<!DOCTYPE html>
<html lang="es">

<html lang="en">
<head>
<!--METADATA-->
<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 AND FAVICON-->
<title>Ariana Magali Ariza</title>
<link rel="icon" href="briefcase-fill.svg">
<!--BOOTSTRAP-->
<!--CSS-->
<link rel="stylesheet" href="english.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
Expand Down Expand Up @@ -33,11 +37,11 @@ <h1>Ariana Magali Ariza</h1>
</header>

<section id="photo" align="center">
<img src="foto4.jpg" alt="photo">
<img src="foto4.jpg" alt="Photo">
</section>

<section align="rigth">
<div id="text" align="right">
<section align="center">
<div id="text" align="center">
<h2 align="center"><br>Hi!<br><br></h2>
<h3 align="center">
I'm currently studying Computer Enginnering<br>
Expand All @@ -53,13 +57,12 @@ <h3 align="center">
<button align="center" id="goodreadsButton">GOODREADS</button>
</h3>
</div>
<section>
</section>
</body>
<footer>
<br>
<p align="center"> © Copyright 2024 </p>
<br>
</footer>
<script src="index.js"></script>

</html>
1 change: 0 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ button:hover{
border-radius: 8px;
}


footer{
background-color: black;
color: white;
Expand Down
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html lang="es">
<head>
<!--METADATA-->
<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 AND FAVICON-->
<title>Ariana Magali Ariza</title>
<link rel="icon" href="briefcase-fill.svg">
<!--BOOTSTRAP-->
<!--CSS-->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
Expand Down Expand Up @@ -32,11 +37,11 @@ <h1>Ariana Magali Ariza</h1>
</header>

<section id="photo" align="center">
<img src="foto4.jpg" alt="photo">
<img src="foto4.jpg" alt="Foto">
</section>

<section align="rigth">
<div id="text" align="right">
<section align="center">
<div id="text" align="center">
<h2 align="center"><br>¡Hola!<br><br></h2>
<h3 align="center">
Actualmente estoy estudiando Ingeniería en Computación<br>
Expand All @@ -52,7 +57,7 @@ <h3 align="center">
<button align="center" id="goodreadsButton">GOODREADS</button>
</h3>
</div>
<section>
</section>
</body>
<footer>
<br>
Expand Down

0 comments on commit 6b27f99

Please sign in to comment.