Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
my-portfolio
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yinglong Fang
my-portfolio
Commits
aed56317
Commit
aed56317
authored
1 year ago
by
Yinglong Fang
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
688ab334
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/project.html
+66
-0
66 additions, 0 deletions
templates/project.html
with
66 additions
and
0 deletions
templates/project.html
0 → 100644
+
66
−
0
View file @
aed56317
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Resume
</title>
<link
rel=
stylesheet
type=
text/css
href=
"{{ url_for('static',
filename='styles.css') }}"
>
</head>
<body
class=
"resume"
>
<!--header//-->
<header>
<div
class=
"nav"
>
<ul
class=
"item"
>
<li><a
href=
"/home"
>
Home
</a></li>
<li><a
href=
"/education"
>
Education
</a></li>
<li><a
href=
"/project"
>
Project
</a></li>
<li><a
href=
"/skill"
>
Skill
</a></li>
<li><a
href=
"/contact"
>
Contact Me
</a></li>
</ul>
</div>
</header>
<!--main-->
<main
class=
"main"
>
<h1
class=
"title"
>
Projects
</h1>
<hr/>
<div
class=
"card"
>
Responsible for the writing of the establishment and the operation of the website in the Micro Mouse
project in the year2. In general, the project includes of the shell design, website part, PCB design of IC
circuit and code writing.
</div>
<h3>
Controlling and Maximising Semiconductor Wafer Yields
</h3>
<div
class=
"project-container"
>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p1-1.png'
)}}
/>
</div>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p1-2.png'
)}}
/>
</div>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p1-3.png'
)}}
/>
</div>
</div>
<h3>
Statistical Analysis for The Uniformity of The Coating
</h3>
<div
class=
"project-container"
>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p2-1.png'
)}}
/>
</div>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p2-2.png'
)}}
/>
</div>
<div
class=
"grid-item"
>
<img
class=
"grid-image"
src=
{{url_for('static',
filename =
'p2-3.png'
)}}
/>
</div>
</div>
</main>
<!-- footer -->
<footer>
©
2024 by Yinglong Fang. All Rights Reserved.
</footer>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment