Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
inossidabile authored Jul 4, 2024
1 parent 60de364 commit 270daa9
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<base href="https://joosy.github.io/website/">
<meta content='IE=8' http-equiv='X-UA-Compatible'>
<meta charset='utf-8'>
<link rel='shortcut icon' href='/favicon.ico'>
<title>Joosy: browser applications framework</title>
<script type='text/javascript' src='http://code.jquery.com/jquery-1.10.2.min.js'></script>
<script type='text/javascript' src='/application.js'></script>
<link rel='stylesheet' href='/application.css'>
<script type='text/javascript' src='https://code.jquery.com/jquery-1.10.2.min.js'></script>
<script type='text/javascript' src='/website/application.js'></script>
<link rel='stylesheet' href='/website/application.css'>
</head>
<body>
<nav class='navbar navbar-inverse'>
Expand Down Expand Up @@ -68,7 +67,7 @@
<div class='banner clearfix'>
<div class='info'>
<div class='logo pull-left'>
<a href='/'><img src='/joosy.png'></a>
<a href='/'><img src='/website/joosy.png'></a>
</div>
<div class='pull-left text'>
<h1>Browser Applications Framework</h1>
Expand Down Expand Up @@ -156,7 +155,7 @@ <h1>Look, it's beautiful and easy to use:</h1>
<div class='left'></div>
<div class='middle'>
<a href='http://guides.joosy.ws/guides/1.1/en/basics/getting-started.html'>
<img src='/buttons/get_started.png'>
<img src='/website/buttons/get_started.png'>
</a>
</div>
<div class='right'></div>
Expand All @@ -165,7 +164,7 @@ <h1>Look, it's beautiful and easy to use:</h1>
<div class='left'></div>
<div class='middle'>
<a href='http://api.joosy.ws'>
<img src='/buttons/investigate.png'>
<img src='/website/buttons/investigate.png'>
</a>
</div>
<div class='right'></div>
Expand All @@ -174,7 +173,7 @@ <h1>Look, it's beautiful and easy to use:</h1>
<div class='left'></div>
<div class='middle'>
<a href='http://github.com/joosy/joosy'>
<img src='/buttons/fork.png'>
<img src='/website/buttons/fork.png'>
</a>
</div>
<div class='right'></div>
Expand All @@ -188,47 +187,47 @@ <h1>Look, it's beautiful and easy to use:</h1>
</div>
<div class='element'>
<a href='http://news360.com'>
<img class='desaturate news360' src='/consumers/news360.png'>
<img class='desaturate news360' src='/website/consumers/news360.png'>
</a>
</div>
<div class='element'>
<img src='/separator.png'>
</div>
<div class='element'>
<a href='http://hipflat.co.th/en'>
<img class='desaturate hipflat' src='/consumers/hipflat.png'>
<img class='desaturate hipflat' src='/website/consumers/hipflat.png'>
</a>
</div>
<div class='element'>
<img src='/separator.png'>
</div>
<div class='element'>
<a href='http://roundlake.ru'>
<img class='desaturate roundlake' src='/consumers/roundlake.png'>
<img class='desaturate roundlake' src='/website/consumers/roundlake.png'>
</a>
</div>
<div class='element'>
<img src='/separator.png'>
</div>
<div class='element'>
<a href='http://mainpeople.com'>
<img class='desaturate mp' src='/consumers/MP.png'>
<img class='desaturate mp' src='/website/consumers/MP.png'>
</a>
</div>
<div class='element'>
<img src='/separator.png'>
</div>
<div class='element'>
<a href='http://dvnts.ru'>
<img class='desaturate dvnts' src='/consumers/deviants.png'>
<img class='desaturate dvnts' src='/website/consumers/deviants.png'>
</a>
</div>
<div class='element'>
<img src='/separator.png'>
</div>
<div class='element' style='padding-right: 0px'>
<a href='http://control.us'>
<img class='controlus desaturate' src='/consumers/controlus.png'>
<img class='controlus desaturate' src='/website/consumers/controlus.png'>
</a>
</div>
</div>
Expand Down

0 comments on commit 270daa9

Please sign in to comment.