-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 3.02 KB
/
Copy pathindex.html
File metadata and controls
57 lines (52 loc) · 3.02 KB
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
<!DOCTYPE html>
<head>
<title>< JustCode.On/ine ></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="vender/composer/code/css/style.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="vender/composer/code/js/menu.js" charset="utf-8"></script>
<script src="vender/composer/code/js/app.js" charset="utf-8"></script>
<link href="vender/composer/code/css/animate.css" rel="stylesheet"/>
<link href="vender/composer/code/css/waypoints.css" rel="stylesheet"/>
<script src="vender/composer/code/js/facebook.js" type="text/javascript"></script>
<script src="vender/composer/code/js/jquery.waypoints.min.js" type="text/javascript"></script>
<script src="vender/composer/code/js/waypoints.js" type="text/javascript"></script>
</head>
<body>
<section class="intro">
<div class="inner">
<div class="content">
<section class="os-animation" data-os-animation="bounceInUp" data-os-animation-delay=".5s">
<h1>Welcome! Need Help?</h1>
</section>
<section class="os-animation" data-os-animation="bounceInDown" data-os-animation-delay=".2s" icon="facebook">
<a class="btn" href="https://www.facebook.com/pg/JustCodeOnline/community/">Get it Here</a>
</section>
</div>
</div>
<p>
<section class="notification" "os-animation" data-os-animation="bounceInUp" data-os-animation-delay=".2s">
Hi, I'm Michael, some just call me Jamie! I am a Software Developer based in Fort Bragg, North Carolina.
<p><a class="github-button" href="https://github.com/RamenCoders/website/issues" data-show-count="true" aria-label="Issue RamenCoders/website on GitHub">Reports</a></p>
</section>
</p>
<p>
<section class="notification" "os-animation" data-os-animation="bounceInUp" data-os-animation-delay=".2s">
<b>Website</b><div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" style="width: 10%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"> 10% </div>
</div>
<b>Forums(AMA - Ask me anything + open developments and support)</b>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar" style="width: 5%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"> 5% </div>
</div>
</section>
</p>
</section>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>