We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b79a6 commit 120fb6eCopy full SHA for 120fb6e
1 file changed
AsyncInn.Web/Views/Home/About.cshtml
@@ -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
17
18
+</div>
19
0 commit comments