Skip to content

Commit

Permalink
Reorganized the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Noël committed Oct 30, 2016
1 parent c85afa3 commit ad21525
Show file tree
Hide file tree
Showing 405 changed files with 1,982,714 additions and 602 deletions.
File renamed without changes.
14,577 changes: 14,577 additions & 0 deletions apps/appcenter/Home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,151 changes: 8,151 additions & 0 deletions apps/appcenter/Updates.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/appcenter/app-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,358 changes: 8,358 additions & 0 deletions apps/appcenter/app-page.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19,604 changes: 19,604 additions & 0 deletions apps/appcenter/appcenter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/appcenter/appcenter_purchase-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/appcenter/appcenter_updates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/appcenter/appcenterfront1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
276 changes: 276 additions & 0 deletions apps/appcenter/appview/application-default-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions apps/appcenter/appview/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<div id="header" class="row">
<div class="column">
<img src="application-default-icon.svg"/>
</div>
<div class="column">
<h1>App Name</h1>
<h2>Application tag line that's really cool</h2>
</div>
<div class="column">
<button id="install" class="suggested-action">Install</button>
</div>
</div>
<img id="screenshot" src="screenshot.png"/>
<div class="row">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse accumsan tincidunt mauris, ut ultricies justo pharetra at. Donec auctor tincidunt maximus. In orci magna, consequat vitae efficitur eu, feugiat et velit. Fusce suscipit fermentum nisi, at faucibus quam finibus id. Donec porttitor efficitur massa quis commodo.</p>
<h4>Details:</h4>
<ul class="details">
<li><span>Latest Version:</span><span>0.10.0</span></li>
<li><span>Licensing:</span><span><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">LGPL-2.1</a></span></li>
<li><span>Size:</span><span>1.6 MB</span></li>
<li><span>Main Developer:</span><span>SuperFly Developers</span></li>
<li><span>Website:</span><span><a href="https://wiki.gnome.org/Apps/Geary">superfly.com</a></span></li>
</ul>
</div>
</body>
</html>

Loading

0 comments on commit ad21525

Please sign in to comment.