mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
Create gh-pages branch via GitHub
This commit is contained in:
11
index.html
11
index.html
@@ -15,7 +15,7 @@
|
||||
<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">Download Latest Release</a>
|
||||
<a href="https://github.com/abdelkader/vCardEditor/tarball/master" class="btn">Download .tar.gz</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
@@ -24,10 +24,17 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<p>This simple tool let you edit a vCard (*.vcf) file. You can easily delete, modify entries from a vCard file.</p>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"name":"vCard Editor","tagline":"Simple vCard (*.vcf) file Editor. ","body":"### vCard Editor\r\n***\r\n\r\nThis simple tool let you edit a vcf file. Or as know as a vCard file.\r\n\r\n\r\n\r\n\r\n### Thanks\r\n- **Thought.vCards** for his wonderful library of parsing and generating vcf format. http://www.thoughtproject.com/Libraries/vCard/\r\n\r\n- **MVP pattern** from this example : https://github.com/lennykean/NoteCards\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
{"name":"vCard Editor","tagline":"Simple vCard (*.vcf) file Editor. ","body":"### vCard Editor\r\n***\r\n\r\nThis simple tool let you edit a vcf file. Or as know as a vCard file.\r\n\r\n\r\n\r\n### Minimum Requirements\r\n- .NET Framework 3.5 (Present by default on Windows 7).\r\n\r\n### Thanks\r\n- **Thought.vCards** for his wonderful library of parsing and generating vcf format. http://www.thoughtproject.com/Libraries/vCard/\r\n\r\n- **MVP pattern** from this example : https://github.com/lennykean/NoteCards\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
Reference in New Issue
Block a user