-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
39 lines (32 loc) · 975 Bytes
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Patterns & Practices</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="jumbotron">
<div class="container">
<h1>Welcome to my page!</h1>
<p>
You can find some useful learning materials here.
</p>
<p>
<a class="btn btn-primary btn-lg" href="/patterns-n-practices">
Check out Patterns & Practices
</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<a href="renokin-landing/index.html">Renokin landing page</a>
</div>
</div>
</div>
</body>
</html>