Skip to content

Commit 39350cd

Browse files
committed
Add Github link
1 parent 67ca43c commit 39350cd

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

0.bootstrap.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175"
5-
crossorigin="anonymous"></script>
64
<meta charset="utf-8">
75
<meta name="viewport" content="width=device-width, initial-scale=1">
86
<meta name="description" content="Convert SQL to Laravel query builder. Laravel where nested. laravel where in subquery. laravel join subquery.">
97
<title>SQL to Laravel Builder</title>
108
<link href="https://cdn.bootcss.com/font-awesome/5.11.2/css/fontawesome.min.css" rel="stylesheet">
119
<link href="https://cdn.bootcss.com/bulma/0.7.5/css/bulma.min.css" rel="stylesheet">
10+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175" crossorigin="anonymous"></script>
1211
<!-- Global site tag (gtag.js) - Google Analytics -->
1312
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z93ZQ8Z1M6"></script>
1413
<script>
@@ -26,11 +25,14 @@
2625
<div class="hero-body">
2726
<div class="container has-text-centered">
2827
<h1 class="title">
29-
Convert Your Legacy SQL to Laravel Query Builder </h1>
28+
Convert Your Legacy SQL to Laravel Query Builder
29+
</h1>
3030
</div>
3131
</div>
32-
3332
</section>
33+
<div style="margin-left: 20px;">
34+
<a target="_blank" href="https://github.com/sql2builder/sql2builder.github.io">Github</a>
35+
</div>
3436

3537
<div>
3638
<div class="columns is-mobile is-centered">

src/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@
2525
<div class="hero-body">
2626
<div class="container has-text-centered">
2727
<h1 class="title">
28-
Convert Your Legacy SQL to Laravel Query Builder </h1>
28+
Convert Your Legacy SQL to Laravel Query Builder
29+
</h1>
2930
</div>
3031
</div>
31-
3232
</section>
33+
<div style="margin-left: 20px;">
34+
<a target="_blank" href="https://github.com/sql2builder/sql2builder.github.io">Github</a>
35+
</div>
3336

3437
<div>
3538
<div class="columns is-mobile is-centered">

0 commit comments

Comments
 (0)