Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Group 2 Showcase
Manage
Activity
Members
Labels
Plan
Issues
10
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
Mariia Moroz
Group 2 Showcase
Commits
14b0ec90
Commit
14b0ec90
authored
2 years ago
by
maria-moroz
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
5173c26c
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
addProjectPage.html
+17
-1
17 additions, 1 deletion
addProjectPage.html
with
17 additions
and
1 deletion
addProjectPage.html
+
17
−
1
View file @
14b0ec90
...
...
@@ -4,6 +4,10 @@
<meta
charset=
"utf-8"
/>
<title>
Group 2 Showcase Project
</title>
<link
rel=
"stylesheet"
href=
"styles.css"
/>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap"
/>
</head>
<body>
<header>
...
...
@@ -15,6 +19,18 @@
</nav>
</div>
</header>
<main></main>
<main>
<form
action=
""
class=
"formContainer"
>
<div
class=
"fieldContainer"
>
<label
class=
"formLabel"
for=
"email"
>
Name of the project:
</label>
<input
class=
"formInput"
type=
"text"
id=
"firstname"
name=
"firstname"
/>
</div>
</form>
</main>
</body>
</html>
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