-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
73 lines (65 loc) · 3.71 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>My Git usage evidences</title>
</head>
<body>
<div class="container-fluid text-center mb-0 pl-0 pr-0">
<section class="jumbotron bg-dark rounded-0 border-b border-grey-200 mb-0 text-white" style="border-bottom: 2px solid grey;">
<h1 class="justify-center mb-4 pb-4">git usage evidences</h1>
<a href="https://github.com/flauberjp/my-git-usage-evidences" target="_blank">
<img src="./static/github-logo.svg" style="height:50px;" />
</a>
<ul class="row justify-content-center" style="list-style:none; margin-right:0">
<li style="padding-right:1.5rem; padding-top:1rem;"><a href="#Instalar" style="">Install</a></li>
<li style="padding-right:1.5rem; padding-top:1rem;"><a href="#Baixar" style="">Manual</a></li>
</ul>
</section>
</div>
<section class="container-fluid text-center mb-0 pl-0 pr-0" >
<div class="jumbotron d-inline-block mb-0 rounded-0" style="width:100%">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<h3>Getting Started</h3>
<p></p>
<button class="btn btn-md btn-success" style="width:120px">Download</button>
</div>
</div>
<div class="row justify-content-center mt-5" style="padding:15px;">
<div class="row justify-content-center" >
<div class="col text-center" style="max-width:65%">
<h3>Manual</h3>
<blockquote >
<p>Git Usage Evidences é um projeto
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</blockquote>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col">
<h3>References</h3>
<ul style="text-align:left">
<li><a href="">GitHub API for Java</a></li>
<li><a href="">Reading from config.properties file Maven project</a></li>
<li><a href="">How to load an external properties file from a maven java project</a></li>
<li><a href="">Can you tell on runtime if you're running java from within a jar?</a></li>
<li><a href="">How to get the real path of Java application at runtime?</a></li>
<li><a href="">File loading by getClass().getResource</a></li>
<li><a href="">JUnit 5 Tutorial: Running Unit Tests With Maven</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>