Skip to content

Commit 120fb6e

Browse files
committed
add about page
1 parent 63b79a6 commit 120fb6e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@{
2+
ViewData["Title"] = "About";
3+
}
4+
<h1>@ViewData["Title"]</h1>
5+
6+
<div class="container">
7+
<div class="card">
8+
<div class="card-body ">
9+
<h5 class="card-title text-md-center">Marie Antons</h5>
10+
<h6 class="card-subtitle mb-2 text-muted text-md-center">Junior Developer at STRATAFOLIO</h6>
11+
<p class="card-text text-md-center">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
12+
<div class="text-center">
13+
<a class="btn btn-primary" href="https://github.com/mrsantons" role="button">GitHub</a>
14+
<a class="btn btn-primary" href="https://www.linkedin.com/in/marieantons/" role="button">LinkedIn</a>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+

0 commit comments

Comments
 (0)