Skip to content

Commit

Permalink
Merge pull request #22 from SoftServeInc/project_setup
Browse files Browse the repository at this point in the history
favicon added
  • Loading branch information
ShevchukTania authored Dec 24, 2019
2 parents 249a1e6 + a7b382c commit 44eb598
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
new HtmlWebpackPlugin({
filename: path.join(DIST, "index.html"),
template: 'src/index.ejs',
favicon: path.join(SOURCE, "static", "favicon.png"),
productionMode: false
}),
new CopyWebpackPlugin([
Expand Down
1 change: 1 addition & 0 deletions build/webpack.build.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const buildWebpackConfig = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: path.join(DIST, "index.html"),
template: path.join(SOURCE, "index.ejs"),
favicon: path.join(SOURCE, "static", "favicon.png"),
productionMode: true
}),
]
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Software Architecture Design Game</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149145089-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -13,8 +13,8 @@

gtag('config', 'UA-149145089-1');
</script>

<link href="css/vendors.46d6b5aabd1a45f3c377.css" rel="stylesheet"><link href="css/app.46d6b5aabd1a45f3c377.css" rel="stylesheet"></head>
<link rel="shortcut icon" href="favicon.png"><link href="css/vendors.810c9ac2329c0e744819.css" rel="stylesheet"><link href="css/app.810c9ac2329c0e744819.css" rel="stylesheet"></head>
<body>
<div class="container-fluid bg-pattern">
<header>
Expand Down Expand Up @@ -529,5 +529,5 @@ <h3>About SoftServe:</h3>
</nav>
</footer>
</div>
<script type="text/javascript" src="js/vendors.bundle.46d6b5aabd1a45f3c377.js"></script><script type="text/javascript" src="js/app.bundle.46d6b5aabd1a45f3c377.js"></script></body>
<script type="text/javascript" src="js/vendors.bundle.810c9ac2329c0e744819.js"></script><script type="text/javascript" src="js/app.bundle.810c9ac2329c0e744819.js"></script></body>
</html>
File renamed without changes.
5 changes: 0 additions & 5 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
<div class="collapse navbar-collapse collapse" id="collapseExample">
<div class="navbar-nav w-100">
<a class="nav-item nav-link scroll" href="#about">about</a>
<!-- <a class="nav-item nav-link" href="#instruction">instruction</a> -->
<a class="nav-item nav-link scroll" href="#card">card</a>
<a class="nav-item nav-link scroll" href="#benefits">benefits</a>
<!-- <a href="#" class="nav-item nav-link" data-toggle="modal" data-target="#request-training">
Request training
</a> -->
<div class="links">

<a href="Software-Architecture-Design-Game.zip" download class="btn-rounded download-link">
Expand All @@ -40,7 +36,6 @@
<button type="button" class="btn-rounded email-us" data-toggle="modal" data-target="#email-us">
Contact us
</button>
<!-- <a href="mailto:[email protected];[email protected];[email protected];[email protected]?subject=Software%20Architecture%20Design%20Game" -->
</div>
</div>
<img class='d-none close-icon' src="img/close-notification-icon.svg">
Expand Down

0 comments on commit 44eb598

Please sign in to comment.