Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
usability-knowledge-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Srinivas Suppala
usability-knowledge-base
Commits
40488986
Commit
40488986
authored
4 years ago
by
Srinivas Suppala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed build issue
parent
e5024f20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
12 deletions
+27
-12
src/Projects/HGM/app/index.html
src/Projects/HGM/app/index.html
+13
-8
src/Projects/HGM/app/team.html
src/Projects/HGM/app/team.html
+14
-4
No files found.
src/Projects/HGM/app/index.html
View file @
40488986
...
...
@@ -7,19 +7,17 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
HGM
</title>
<link
rel=
"apple-touch-icon"
href=
"apple-touch-icon.png"
>
<!-- build:css styles/main.css -->
<link
rel=
"stylesheet"
href=
"styles/main.css"
>
<link
rel=
"stylesheet"
href=
"styles/existing.css"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- endbuild -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<script
src=
"//code.jquery.com/jquery-1.12.3.min.js"
type=
"text/javascript"
></script>
<script
src=
"https://kit.fontawesome.com/11c5513ccf.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"
></script>
<script
src=
"scripts/main.js"
></script>
<!-- build:js scripts/modernizr.js -->
<script
src=
"scripts/modernizr.js"
></script>
<!-- endbuild -->
</head>
<body
class=
"hg-home"
>
...
...
@@ -316,6 +314,13 @@
</div>
</div>
</footer>
<script
src=
"//code.jquery.com/jquery-1.12.3.min.js"
type=
"text/javascript"
></script>
<script
src=
"https://kit.fontawesome.com/11c5513ccf.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"
></script>
<!-- build:js scripts/main.js -->
<script
src=
"scripts/main.js"
></script>
<!-- endbuild -->
<script>
...
...
This diff is collapsed.
Click to expand it.
src/Projects/HGM/app/team.html
View file @
40488986
...
...
@@ -7,13 +7,17 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
HGM
</title>
<link
rel=
"apple-touch-icon"
href=
"apple-touch-icon.png"
>
<!-- build:css styles/main.css -->
<link
rel=
"stylesheet"
href=
"styles/main.css"
>
<link
rel=
"stylesheet"
href=
"styles/existing.css"
>
<script
src=
"//code.jquery.com/jquery-1.12.3.min.js"
type=
"text/javascript"
></script>
<script
src=
"https://kit.fontawesome.com/11c5513ccf.js"
crossorigin=
"anonymous"
></script>
<script
src=
"scripts/main.js"
></script>
<!-- endbuild -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- build:js scripts/modernizr.js -->
<script
src=
"scripts/modernizr.js"
></script>
<!-- endbuild -->
</head>
<body
class=
"hg-home hg-team"
>
...
...
@@ -256,7 +260,13 @@
</div>
</div>
</footer>
<script
src=
"//code.jquery.com/jquery-1.12.3.min.js"
type=
"text/javascript"
></script>
<script
src=
"https://kit.fontawesome.com/11c5513ccf.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"
></script>
<!-- build:js scripts/main.js -->
<script
src=
"scripts/main.js"
></script>
<!-- endbuild -->
<script>
var
slideIndex
=
1
;
showSlides
(
slideIndex
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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