Update file headers for "modern" theme.

This commit is contained in:
devlinjd 2015-10-10 17:53:59 -04:00
parent 54b0a7d3a9
commit eac06fb7a9
4 changed files with 21 additions and 5 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
{#
An MS Word resume template for FluentCV's "informatic" theme.
Uses the MS Word 2003 XML format for widest compatibility.
modern/doc.xml
An XML-driven Microsoft Word resume template for FluentCV's "modern" theme.
Uses the MS Word 2003 XML format.
#}
<?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
{# An HTML 5 resume template for FluentCV's "informatic" theme. #}
{#
modern/md.txt
An HTML resume template for FluentCV's "modern" theme.
#}
<html>
<head>
<meta charset="utf-8">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
{# An HTML 5 PDF resume template for FluentCV's "informatic" theme. #}
{#
modern/pdf.html
An HTML-driven PDF resume template for FluentCV's "modern" theme.
#}
<html>
<head>
<meta charset="utf-8">

View File

@ -1,5 +1,8 @@
{#
A plain TXT resume template for FluentCV's "informatic" theme.
modern/txt.txt
A plain text resume template for FluentCV's "modern" theme.
#}
{{ r.basics.name }}
{% if (r.basics.email) { %}Email: {{ r.basics.email }}{% } %}