-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
202 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" | ||
/> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous" | ||
defer | ||
></script> | ||
</head> | ||
<body class="m-2 mt-5 container-md mx-auto font-monospace fs-5"> | ||
<div class="card border border-0 py-5 bg-transparent"> | ||
<div class="row g-0"> | ||
<div | ||
class="col-md-6 mb-3 mb-md-0 me-md-3" | ||
style=" | ||
transform: rotate(-1deg); | ||
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); | ||
" | ||
> | ||
<img src="./images/122445.png" class="img-fluid rounded" /> | ||
</div> | ||
|
||
<div class="col"> | ||
<div class="card-body"> | ||
<h1 class="card-title fw-bold mb-3">Personal website</h1> | ||
|
||
<p class="card-text"> | ||
This project was one of my favorites so far because of how | ||
fun it was to make. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="card border border-0 py-5 bg-transparent"> | ||
<div class="row g-0"> | ||
<div | ||
class="col-md-6 order-md-2 mb-3 mb-md-0 ms-md-3" | ||
style=" | ||
transform: rotate(1deg); | ||
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); | ||
" | ||
> | ||
<img src="./images/122445.png" class="img-fluid rounded" /> | ||
</div> | ||
|
||
<div class="col"> | ||
<div class="card-body text-end"> | ||
<h1 class="card-title fw-bold mb-3">Personal website</h1> | ||
|
||
<p class="card-text"> | ||
This project was one of my favorites so far because of how | ||
fun it was to make. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |