forked from ahmetsulek/DopeLists
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DopeLists.com is now links.Vodnik.io
- Loading branch information
Dominik Serafin
authored and
Dominik Serafin
committed
Sep 14, 2014
1 parent
bd2b3e4
commit 3c4a773
Showing
50 changed files
with
4,167 additions
and
1,288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dopelists.com | ||
links.vodnik.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,38 @@ | |
`-._ - - - | | ||
`——————--> | ||
|
||
<!DOCTYPE html><html> | ||
<!DOCTYPE html><html lang="en"> | ||
|
||
<head> | ||
<!-- Basic informations --> | ||
<meta charset="utf-8"> | ||
<title>DopeLists - After Format: What to Install?</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<!-- Site informations --> | ||
<title>After Format | links.Vodnik.io - Curated Resources Repositories</title> | ||
<meta name="author" content="DominikSerafin.com"> | ||
<meta name="copyright" content="DominikSerafin.com"> | ||
<meta name="description" content="Organized links to software which is usually installed after fresh system installation."> | ||
|
||
<!-- SEO --> | ||
<meta name="robots" content="all"> | ||
|
||
<!-- Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,400' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Stylesheets --> | ||
<link href="../css/reset.css" rel="stylesheet" type="text/css"> | ||
<link href="../css/font-awesome.css" rel="stylesheet" type="text/css"> | ||
<link href="../css/lists-vodnikio.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- Scripts --> | ||
<script src="../js/jquery.min.js"></script> | ||
<script src="../js/masonry.pkgd.min.js"></script> | ||
<script src="../js/lists-vodnikio.js"></script> | ||
|
||
<!-- Favicon --> | ||
<link rel="shortcut icon" href="../favicon/favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="../favicon/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="../favicon/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="../favicon/apple-touch-icon-72x72.png"> | ||
|
@@ -24,61 +50,29 @@ | |
<link rel="icon" type="image/png" href="../favicon/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="../favicon/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="../favicon/favicon-32x32.png" sizes="32x32"> | ||
<meta name="msapplication-TileColor" content="#707070"> | ||
<meta name="msapplication-TileColor" content="#ffc40d"> | ||
<meta name="msapplication-TileImage" content="../favicon/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="../favicon/browserconfig.xml"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,400' rel='stylesheet' type='text/css'> | ||
<link href="../css/reset.css" rel="stylesheet" type="text/css"> | ||
<link href="../css/listPage.css" rel="stylesheet" type="text/css"> | ||
|
||
<style> | ||
body, .listWindow sup { | ||
background-color: rgba(160,82,45,1); | ||
} | ||
|
||
.listWindow > h2 { | ||
border-color: rgba(160,82,45,0.4); | ||
} | ||
|
||
/*Sites descriptions*/ | ||
.listWindow > div > li > div::before { | ||
color: rgba(160,82,45,1); | ||
} | ||
|
||
.listWindow > div > li > div { | ||
background-color: rgba(160,82,45,1); | ||
} | ||
</style> | ||
|
||
<script src="../js/jquery.min.js"></script> | ||
<script src="../js/masonry.pkgd.min.js"></script> | ||
<script src="../js/main.js"></script> | ||
|
||
<meta name="author" content="DominikSerafin.pl"> | ||
<meta name="copyright" content="DominikSerafin.pl"> | ||
<meta name="description" content="Organized links to software which is usually installed after fresh system installation."> | ||
<meta name="robots" content="all"> | ||
|
||
<meta property="og:site_name" content="DopeLists.com"> | ||
<meta property="og:title" content="DopeLists.com — After Format"> | ||
<!-- Open Graph --> | ||
<meta property="og:site_name" content="links.Vodnik.io - Curated Resources Repositories"> | ||
<meta property="og:title" content="After Format Repository"> | ||
<meta property="og:description" content="Organized links to software which is usually installed after fresh system installation."> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="http://DopeLists.com/afterformat/"> | ||
<meta property="og:image" content="http://DopeLists.com/img/afterformatOG.jpg"> | ||
<!--<meta property="fb:admins" content="446985282103566">--> | ||
<meta property="og:url" content="http://links.Vodnik.io/afterformat/"> | ||
<meta property="og:image" content="../img/og_linksvodnikio.jpg"> | ||
|
||
<!-- Twitter Card --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@DopeLists"> | ||
<meta name="twitter:creator" content="@SerafinDominik"> | ||
<meta name="twitter:title" content="DopeLists.com"> | ||
<meta name="twitter:domain" content="http://DopeLists.com/"> | ||
<meta name="twitter:title" content="After Format | links.Vodnik.io - Curated Resources Repositories"> | ||
<meta name="twitter:domain" content="http://links.Vodnik.io/"> | ||
<meta name="twitter:description" content="Organized links to software which is usually installed after fresh system installation."> | ||
<meta name="twitter:image:src" content="http://DopeLists.com/img/afterformatOG.jpg"> | ||
<meta name="twitter:image:src" content="../img/og_linksvodnikio.jpg"> | ||
</head> | ||
|
||
<body> | ||
<body class="afterformat"> | ||
|
||
<div class="top"><!--include_top.html--></div> | ||
|
||
|
@@ -97,15 +91,15 @@ | |
|
||
<div class="lists"> | ||
|
||
<ol class="listWindow" id="sponsored"><h2>Sponsored</h2> | ||
<ol class="listWindow" id="sponsored"><h2><i class="fa fa-star"></i>Sponsored</h2> | ||
<div> | ||
<li> | ||
<a href="mailto:[email protected]"><img src="../img/plusfavicon.png">Advertise here</a> | ||
<div></div></li> | ||
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="sites"><h2>Useful Sites</h2> | ||
<ol class="listWindow" id="sites"><h2><i class="fa fa-thumbs-up"></i>Useful Sites</h2> | ||
<div> | ||
<li> | ||
<a href="http://ninite.com">Ninite</a> | ||
|
@@ -119,7 +113,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="browsers"><h2>Browsers</h2> | ||
<ol class="listWindow" id="browsers"><h2><i class="fa fa-desktop"></i>Browsers</h2> | ||
<div> | ||
<li> | ||
<a href="https://www.google.com/chrome">Google Chrome</a> | ||
|
@@ -139,7 +133,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="security"><h2>Security</h2> | ||
<ol class="listWindow" id="security"><h2><i class="fa fa-shield"></i>Security</h2> | ||
<div> | ||
<li> | ||
<a href="http://windows.microsoft.com/en-us/windows/security-essentials-download">MS Security Essentials</a> | ||
|
@@ -168,7 +162,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="utilities"><h2>Utilities</h2> | ||
<ol class="listWindow" id="utilities"><h2><i class="fa fa-wrench"></i>Utilities</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.imgburn.com/index.php?act=download">ImgBurn</a> | ||
|
@@ -212,7 +206,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="media"><h2>Media</h2> | ||
<ol class="listWindow" id="media"><h2><i class="fa fa-image"></i>Media</h2> | ||
<div><h3>Pictures</h3> | ||
<li> | ||
<a href="http://www.irfanview.com">IrfanView</a> | ||
|
@@ -281,27 +275,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="other"><h2>Other</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.nvaccess.org/download">NVDA screen reader</a> | ||
<div>Screen reader for blind.</div></li> | ||
<li> | ||
<a href="http://store.steampowered.com/about">Steam</a> | ||
<div></div></li> | ||
<li> | ||
<a href="http://www.desura.com">Desura</a> | ||
<div></div></li> | ||
<li> | ||
<a href="https://evernote.com/evernote">Evernote</a> | ||
<div></div></li> | ||
<li> | ||
<a href="http://www.google.com/earth/download/ge/agree.html">Google Earth</a> | ||
<div></div></li> | ||
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="runtimes"><h2>Runtimes</h2> | ||
<ol class="listWindow" id="runtimes"><h2><i class="fa fa-thumbs-up"></i>Runtimes</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.adobe.com/products/flashplayer.html">Flash Player</a> | ||
|
@@ -324,7 +298,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="compression"><h2>Compression</h2> | ||
<ol class="listWindow" id="compression"><h2><i class="fa fa-file-zip-o"></i>Compression</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.7-zip.org"><img src="../img/blankfavicon.png">7-zip</a> | ||
|
@@ -338,7 +312,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="documents"><h2>Documents</h2> | ||
<ol class="listWindow" id="documents"><h2><i class="fa fa-file-text"></i>Documents</h2> | ||
<div> | ||
<li> | ||
<a href="http://office.microsoft.com">MS Office</a> | ||
|
@@ -364,7 +338,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="developer"><h2>Developer Software</h2> | ||
<ol class="listWindow" id="developer"><h2><i class="fa fa-cube"></i>Developer Software</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.sublimetext.com">Sublime Text</a> | ||
|
@@ -396,7 +370,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="communication"><h2>Communication</h2> | ||
<ol class="listWindow" id="communication"><h2><i class="fa fa-fax"></i>Communication</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.skype.com/en/download-skype"><img src="http://www.skypeassets.com/i/common/images/icons/favicon.ico">Skype</a> | ||
|
@@ -425,7 +399,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="sharing"><h2>File Sharing</h2> | ||
<ol class="listWindow" id="sharing"><h2><i class="fa fa-upload"></i>File Sharing</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.utorrent.com">µTorrent</a> | ||
|
@@ -454,7 +428,7 @@ | |
</div> | ||
</ol> | ||
|
||
<ol class="listWindow" id="storage"><h2>Online Storage</h2> | ||
<ol class="listWindow" id="storage"><h2><i class="fa fa-cloud-download"></i>Online Storage</h2> | ||
<div> | ||
<li> | ||
<a href="https://tools.google.com/dlpage/drive/">Google Drive</a> | ||
|
@@ -473,9 +447,68 @@ | |
<div></div></li> | ||
</div> | ||
</ol> | ||
|
||
|
||
<ol class="listWindow" id="other"><h2><i class="fa fa-ellipsis-h"></i>Other</h2> | ||
<div> | ||
<li> | ||
<a href="http://www.nvaccess.org/download">NVDA screen reader</a> | ||
<div>Screen reader for blind.</div></li> | ||
<li> | ||
<a href="http://store.steampowered.com/about">Steam</a> | ||
<div></div></li> | ||
<li> | ||
<a href="http://www.desura.com">Desura</a> | ||
<div></div></li> | ||
<li> | ||
<a href="https://evernote.com/evernote">Evernote</a> | ||
<div></div></li> | ||
<li> | ||
<a href="http://www.google.com/earth/download/ge/agree.html">Google Earth</a> | ||
<div></div></li> | ||
</div> | ||
</ol> | ||
|
||
</div> | ||
|
||
<div class="footer"><!--include_footer.html--></div> | ||
<div class="footer"> | ||
|
||
<div class="bordertop"></div> | ||
|
||
<div class="definition"> | ||
<div>links.Vodnik.io</div> | ||
</div> | ||
|
||
<div class="social"> | ||
<a target="_blank" title="Vodnik.io on Facebook" href="https://www.facebook.com/pages/Vodnikio/385107494972004">Vodnik.io on Facebook</a> | ||
<a target="_blank" title="Vodnik.io on Twitter" href="http://twitter.com/VodnikIO">Vodnik.io on Twitter</a> | ||
<a target="_blank" title="links.Vodnik.io on GitHub" href="https://github.com/DominikSerafin/links.Vodnik.io">links.Vodnik.io on GitHub</a> | ||
</div> | ||
|
||
<div class="follows"><!--include_follows.html--></div> | ||
|
||
<div class="siteinfo"> | ||
|
||
<p><strong>links.Vodnik.io</strong> was known earlier under name DopeLists.com.</p> | ||
|
||
<p>The site categorizes nice and useful websites about various fields of interests from all over the internet.</p> | ||
|
||
<p>If you want to report any error / dead link, suggest new site(s) and etc. please use <a href="mailto:[email protected]" target="_blank">[email protected]</a>.</p> | ||
|
||
<p>This project was created and is curated by <a href="//DominikSerafin.com/" target="_blank">Dominik Serafin</a>. | ||
You can <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=727DR9ZWZELQ2" title="" target="_blank">buy me a beer</a> or <a href="mailto:[email protected]" title="" target="_blank">hire me</a>.</p> | ||
|
||
|
||
<p><strong>Credits:</strong> | ||
<a href="//pages.github.com/" target="_blank">GitHub Pages</a>, | ||
<a href="//meyerweb.com/eric/tools/css/reset/" target="_blank">CSS Reset</a>, | ||
<a href="//masonry.desandro.com/" target="_blank">Masonry</a>, | ||
<a href="//fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a>, | ||
<a href="//realfavicongenerator.net/" target="_blank">Real Favicon Generator</a>. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.