-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolionew.html
91 lines (86 loc) · 2.53 KB
/
portfolionew.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<!-- This is meant for demonstrating my skills in different job titles-->
<html lang="en">
<head><title>Redoing my portfolio</title></head>
<body>
<header>
<script>document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script></header>
<main>
<p><em>I am Tara and I was born in Boston</em></p>
<h1>Planning out my education</h1>
<section>
<h2>Using free/paid resources</h2>
<ul>
<li>Finish <a href="http://skillcrush.com">Skillcrush courses</a></li>
<li>Finish the <a href="http://www.freecodecamp.com">Free Code Camp courses</a></li>
<li>Complete Udemy courses</li>
<li>Complete courses on percepio</li>
<li>Study for CompTIA IT Fundamentals+</li>
</ul>
</section>
<section>
<h2>Potential job titles</h2>
<ol>
<li>Data Analyst</li>
<li>Technical Writer</li>
<li>UX Designer/Writer</li>
<li>Language Data Engineer</li>
<li>Proposal Writer</li>
<li>Python Programmer</li>
<li>Content Writer</li>
<li>User Researcher</li>
<li>Machine Learning Engineer </li>
<li>Data Scientist </li>
</ol>
</section>
<section>
<h2>Other job titles recommended to me</h2>
<ol>
<li>Junior Developer</li>
<li>Content Editor</li>
<li>Content Producer</li>
<li>Digital Production Coordinator</li>
<li>Website Project Manager</li>
<li>Website Support Specialist</li>
<li>HTML and CSS Production Specialist</li>
<li>Technical Virtual Assistant</li>
<li>HTML Email Developer Jobs</li>
<li>Email Marketing Specialist</li>
<li>Entry-Level Web Developer</li>
<li>Webmaster Jobs</li>
</ol>
<section>
<h2>Pictures</h2>
<p>This section would be photos, but they don’t show up on the website.</p>
<em>
All from Flickr
</em>
<section>
<h2>Places that I want to visit</h2>
<ol>
<li>Ukraine</li>
<li>Ireland</li>
<li>Australia</li>
</ol>
</section>
<section>
<h2>What bring to your company/department</h2>
<ul>
<li>I actually have been using HTML since 1997, and am focused on updating my skills.
</li>
<li>I have written about procedures and policies for different industries, and documented what I do.</li>
<li>I am not afraid of repetitive work for a good cause.</li>
<li>I am accountable for my own work and am honest about my process.</li>
<li>I can interview people from different industries and different levels of understanding.</li>
<li>I focus on transferable knowledge and skills throughout my life.</li>
<li>I can pay attention to details and understand where they fit in the bigger picture.</li>
<li>I am kind and smart</li>
</ul>
</main>
<footer>
<button type="button">Click Me!</button>
</footer>
</body>
</HTML>
<!-- Start writing your HTML masterpiece here -->