Skip to content

Writing samples

The 10x Resume writing samples page allows candidates to provide reviewers with examples of their technical writing.

Sample List

The writing samples page presents a list of the samples the candidate has prepared. Each sample in the list includes a short description and the size of the sample.

Clicking on a 10x Resume sample downloads the files to the browser. Reviewers can choose to skip large samples if their time or bandwidth is limited.

Writing samples page

Selected Sample

Selecting one of the samples in the list navigates to a view showing additional details about the selected sample which may include documents shown inline or in a separate iframe.

Selected writing sample

10x/writing.*.md

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • DirectorySrc
          • Directory10x
            • writing.1.md
            • writing.2.md

Each of the writing.*.md markdown files in the Job/Portfolio/Src/10x directory hold details for one of the candidate’s writing samples.

The markdown content of each file holds the content presented when the sample is selected.
The frontmatter of each file holds a writing resource and an optional writing_zip resource. The writing resource has the following fields:

FieldDescription
idthe id of the resource
kindthe constant string ‘writing’
htmlpath to result html describing the writing sample
iconthe icon associated with the sample in light mode
darkthe icon associated with the sample in dark mode
namethe name of the sample shown as a title
desca short description of the sample to show in the sample list
sizesize of the sample to show in the sample list

The writing_zip resource has the following fields:

FieldDescription
idthe id of the resource
kindthe constant string ‘writing_zip’
subdirsubdirectory with associated writing sample files
Example writing.1.md
writing.1.md
---
title: Writing Sample 1
layout: Plain.html
source: /10x/writing.1/Writing.pdf
resources:
- id: 1
kind: writing
html: writing.1/index.html
icon: icons.1/icon.svg
dark: icons.1/dark.svg
name: Writing Sample
desc: A writing sample.
size: 8 KiB
nozip: false
- id: 1
kind: writing_zip
subdir: writing.1
---
# {{title}}
Sample Background
Details about the sample
* **[{{source}}]({{source}})**
{% include "set-height.html", iframe:"iframe1" %}
<iframe
id="iframe1"
title="{{title}}"
src="{{source}}"
width="100%"
height="550px"
></iframe>

10x-files/writing.*

  • Directorydev
    • DirectoryJob
      • DirectoryPortfolio
        • Directory10x-files
          • Directorywriting.1
            • Writing.pdf

Each writing.* subdirectory of Job/Portfolio/Src/10x-files holds documents and assets to show as part of the sample.

Example - Writing.pdf