-
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
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,39 +2,42 @@ | |
<html lang="en"> | ||
|
||
<head> | ||
<title>My page</title> | ||
<title>My E-Portfolio</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"> | ||
|
||
<style> | ||
p {margin: 50px} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
|
||
|
||
<div class="container"> | ||
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> | ||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none"> | ||
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg> | ||
<span class="fs-4">Milana Tratsevska's Eportfolio</span> | ||
<span class="fs-4">Milana Tratsevska</span> | ||
</a> | ||
|
||
<ul class="nav nav-pills"> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Home</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">About</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Journals</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Contact</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Relevant Coursework</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Research</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Journal</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link text-muted">Photos</a></li> | ||
</ul> | ||
</header> | ||
</div> | ||
|
||
<div></div> | ||
<p style="text-align:center;">Hi! I'm just testing out HTML and Bootstrap for now :D</p1> | ||
<div class="container col-xxl-8 px-1 py-2"> | ||
<div class="row align-items-center g-6 py-3"> | ||
<div class="col-lg-12"> | ||
<h1 class="display-6 fw-bold text-body-emphasis lh-1 mb-4">Home</h1> | ||
<p class="">Hi! I am pursuing a B.S. in Computer Science at the University of Florida. This is my website for the University Research Scholars Program (URSP), where I will display my work! This site is still a work in progress, so please pardon the dust.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
</body> | ||
|