-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 3.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jabci</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
</head>
<body>
<div class="highlight-clean">
<div class="container">
<div class="intro">
<h2 class="text-center"><img src="assets/img/logo-2.png"></h2>
</div>
</div>
</div>
<div class="projects-horizontal">
<div class="container">
<div class="row projects">
<div class="col-sm-6 item">
<div class="row">
<div class="col-md-5"><a href="#"><img class="img-responsive" src="assets/img/hnn-logo.png"></a></div>
<div class="col-md-7">
<h3 class="name"><a href="https://hnnotify.xyz">HN Notify</a></h3>
<p class="description">Follow HN users, track your karma, and get notified when someone responds to your comment or post.</p>
</div>
</div>
</div>
<div class="col-sm-6 item">
<div class="row">
<div class="col-md-5"><a href="#"><img class="img-responsive" src="assets/img/plasso-logo.png"></a></div>
<div class="col-md-7">
<h3 class="name"><a href="https://fictorio.us">Fictorious </a></h3>
<p class="description">Short stories that I commission and publish for free on this website. I try to publish at least weekly, but some times depending on paying work and turnaround time from authors, it takes longer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-basic">
<footer>
<p class="copyright">Copyright © 2018 Jeremy A Boyd Consluting, Inc.</p>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- BEGIN GROOVE WIDGET CODE -->
<script id="grv-widget">
/*<![CDATA[*/
window.groove = window.groove || {}; groove.widget = function(){ groove._widgetQueue.push(Array.prototype.slice.call(arguments)); }; groove._widgetQueue = [];
groove.widget('setWidgetId', '6de7fe56-2cc4-4cd9-b8cf-e7d68e4c9029');
!function(g,r,v){var a,n,c=r.createElement("iframe");(c.frameElement||c).style.cssText="width: 0; height: 0; border: 0",c.title="",c.role="presentation",c.src="javascript:false",r.body.appendChild(c);try{a=c.contentWindow.document}catch(i){n=r.domain;var b=["javascript:document.write('<he","ad><scri","pt>document.domain=","\"",n,"\";</scri","pt></he","ad><bo","dy></bo","dy>')"];c.src=b.join(""),a=c.contentWindow.document}var d="https:"==r.location.protocol?"https://":"http://",s="http://groove-widget-production.s3.amazonaws.com".replace("http://",d);c.className="grv-widget-tag",a.open()._l=function(){n&&(this.domain=n);var t=this.createElement("script");t.type="text/javascript",t.charset="utf-8",t.async=!0,t.src=s+"/loader.js",this.body.appendChild(t)};var p=["<bo",'dy onload="document._l();">'];a.write(p.join("")),a.close()}(window,document)
/*]]>*/
</script>
<!-- END GROOVE WIDGET CODE -->
</body>
</html>