-
Notifications
You must be signed in to change notification settings - Fork 587
Expand file tree
/
Copy pathHTML_Portfolio.html
More file actions
179 lines (157 loc) · 5.4 KB
/
HTML_Portfolio.html
File metadata and controls
179 lines (157 loc) · 5.4 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!-- Replace all comments with the instructed items given in the comments -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><!-- TODO: Insert Name Here --> > Portfolio</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark" data-spy="affix" data-offset-top="197">
<a class="navbar-brand" href="#">My Portfolio</a>
<ul class="navbar-nav">
<li class="nav-item">
<!-- Replace "yourusername" with your username, or replace entire HREF attribute with your LinkedIn URL -->
<a class="nav-link" href="https://www.linkedin.com/in/yourusername">LinkedIn</a>
</li>
<li class="nav-item">
<!-- Replace "yourusername" with your username, or replace entire HREF attribute with your Github URL -->
<a class="nav-link" href="https://github.com/yourusername">Github Profile</a>
</li>
</ul>
</nav>
<!-- TODO: You can add or remove as many tags that you need to-->
<div class="container">
<div class="row">
<div class="col-sm-4"><!-- TODO: Try changing the number here from "col-sm-6" to "col-sm-9"-->
<h3><b>Your Picture Goes Here</b></h3>
<img src="/img/profile-pic.png">
</div>
<div class="col-sm-6"><!-- TODO: Try changing the number here from "col-sm-6" to "col-sm-9"-->
<h3><b>About Me</b></h3>
<p>
<!-- TODO: type a brief summary of yourself here -->
</p>
</div>
<!-- TODO: You can add or remove as many tags that you need to-->
<div class="col-sm-2">
<!-- Section Title -->
<h3><b>Contact Me</b></h3>
<ul>
<li>
<!-- TODO: type your cell number here-->
</li>
<li>
<!-- TODO: type your email here-->
</li>
<li>
<!-- TODO: type your address here-->
</li>
</ul>
</div>
</div>
</div>
<!-- TODO: You can add or remove as many tags that you need to-->
<div class="container">
<div class="row">
<div class="col-sm-9">
<h2><b>Work Experience</b></h2>
<ul>
<li>
<!-- TODO: Type your work experience here inside the <li> tags -->
</li>
<li>
<!-- TODO: Type your work experience here inside the <li> tags -->
</li>
<li>
<!-- TODO: Type your work experience here inside the <li> tags -->
</li>
</ul>
</div>
<div class="col-sm-3">
</div>
</div>
<div class="container">
<div class="row">
<!-- Projects -->
<div class="project col-sm-4">
<!-- Project name and technologies used -->
<p><b>Best Buy CRUD Database Website: C# | ASP.NET Core MVC | SQL | HTML | CSS | JavaScript</b>
</p>
<ul>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
</ul>
</div>
<div class="project col-sm-4">
<!-- Project name and technologies used -->
<p><b>Tacobell Geolocator: C# | .NET Core | SQL | xUnit</b></p>
<ul>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
</ul>
</div>
<div class="project col-sm-4">
<!-- Project name and technologies used -->
<p><b>KanyeREST: C# | .NET Core| JSON | API</b></p>
<ul>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
<li>
<!-- TODO: Type a summary of your project here (it doesn't HAVE to be at least 4 list items)-->
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- TODO: Replace what's inside the <p> tag and add any extra information you think is relavent here. For example (awards, certifications, recommendations)-->
<p></p>
</div>
</div>
<br>
<div class="resume">
<h3 id="my-resume"><i>My Resume</i></h3>
<!-- TODO: Replace "TrueCoders Master Resume Template.pdf with YOUR resume pdf file"-->
<a href="TrueCoders Master Resume Template.pdf" download>
<!-- Download Button image -->
<img src="/img/download-button.png">
</a>
</div>
<!--- Footer -->
<div class="footer">
<!-- TODO: Replace and type your footer here -->
<p>TrueCoders Portfolio Website Template © 2020</p>
</div>
<br>
</body>
</html>