mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
57 lines
2.7 KiB
HTML
57 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>vCard Editor by abdelkader</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<section class="page-header">
|
|
<h1 class="project-name">vCard Editor</h1>
|
|
<h2 class="project-tagline">Simple vCard (*.vcf) file Editor. </h2>
|
|
<a href="https://github.com/abdelkader/vCardEditor" class="btn">View on GitHub</a>
|
|
<a href="https://github.com/abdelkader/vCardEditor/zipball/master" class="btn">Download .zip</a>
|
|
<a href="https://github.com/abdelkader/vCardEditor/releases/latest" class="btn">Latest Release</a>
|
|
</section>
|
|
|
|
<section class="main-content">
|
|
<h3>
|
|
<a id="vcard-editor" class="anchor" href="#vcard-editor" aria-hidden="true"><span class="octicon octicon-link"></span></a>vCard Editor</h3>
|
|
|
|
<hr>
|
|
|
|
<p>This simple tool let you edit a vcf file. Or as know as a vCard file.</p>
|
|
|
|
<p><img src="https://cloud.githubusercontent.com/assets/169070/9863134/7451d17a-5b0b-11e5-80d6-56d7a70fd5e2.jpg" alt="vCardEditor"></p>
|
|
|
|
<h3>
|
|
<a id="minimum-requirements" class="anchor" href="#minimum-requirements" aria-hidden="true"><span class="octicon octicon-link"></span></a>Minimum Requirements</h3>
|
|
|
|
<ul>
|
|
<li>.NET Framework 3.5 (Present by default on Windows 7).</li>
|
|
</ul>
|
|
|
|
<h3>
|
|
<a id="thanks" class="anchor" href="#thanks" aria-hidden="true"><span class="octicon octicon-link"></span></a>Thanks</h3>
|
|
|
|
<ul>
|
|
<li><p><strong>Thought.vCards</strong> for his wonderful library of parsing and generating vcf format. <a href="http://www.thoughtproject.com/Libraries/vCard/">http://www.thoughtproject.com/Libraries/vCard/</a></p></li>
|
|
<li><p><strong>MVP pattern</strong> from this example : <a href="https://github.com/lennykean/NoteCards">https://github.com/lennykean/NoteCards</a></p></li>
|
|
</ul>
|
|
|
|
<footer class="site-footer">
|
|
<span class="site-footer-owner"><a href="https://github.com/abdelkader/vCardEditor">vCard Editor</a> is maintained by <a href="https://github.com/abdelkader">abdelkader</a>.</span>
|
|
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
</footer>
|
|
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|