Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gerald Wu
geraldwu.com
Commits
f1d00d7a
Verified
Commit
f1d00d7a
authored
Apr 14, 2022
by
Gerald Wu
😵
Browse files
Remove experience section from website (bloat)
parent
a3b106cb
Pipeline
#423
passed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/index.jinja2
View file @
f1d00d7a
...
...
@@ -24,15 +24,6 @@
</div>
{% endfor %}
</div>
<h2
id=
"experience"
>
Experience
</h2>
{% for job in data.experience %}
<p
class=
"job"
>
<div
class=
"left"
><strong>
{{job.company}}
</strong></div>
<div
class=
"right grey"
>
{{job.dates}}
</div><br>
<div
class=
"grey"
><em>
{{job.position}}
</em></div>
{{job.description}}
</p>
{% endfor %}
<h2
id=
"projects"
>
Projects
</h2>
{% for project in data.projects %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment