Skip to content

Commit bd52b71

Browse files
committed
Remove forum
1 parent ee61788 commit bd52b71

14 files changed

+2
-33
lines changed

assets/blogs/wns_revealed_and_the_potential_of_blockchain_name_service.html

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ <h1 class="logo">
5353
<li>
5454
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
5555
</li>
56-
<li>
57-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
58-
</li>
5956
</ul>
6057
</nav>
6158
<div class="bar">

blog.html

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ <h1 class="logo">
6464
<li>
6565
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
6666
</li>
67-
<li>
68-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
69-
</li>
7067
</ul>
7168
</nav>
7269
<div class="bar">

document.html

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<li>
7171
<a href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
7272
</li>
73-
<li>
74-
<a href="https://forum.portal.network/" target="_blank">Forum</a>
75-
</li>
7673
</ul>
7774

7875
</div>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKLX3T6" height="0" width="0" style="display:none;visibility:hidden"></iframe>
4545
</noscript>
4646
<div id="app"></div>
47-
<script type="text/javascript" src="./js/vendor.js?a0f24e2a"></script><script type="text/javascript" src="./js/index.js?a0f24e2a"></script></body>
47+
<script type="text/javascript" src="./js/vendor.js?cadd2293"></script><script type="text/javascript" src="./js/index.js?cadd2293"></script></body>
4848

4949
</html>

js/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase.html

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<a id="closeMenuBtn" @click="menuOpen"></a>
6464
<a target="_blank" href="./blog.html">Blog</a>
6565
<a target="_blank" href="https://hackathon.portal.network/">Hackathon</a>
66-
<a target="_blank" href="https://forum.portal.network/">Forum</a>
6766
<a href="./document.html" target="_blank">Documentation</a>
6867
<a href="./submitdweb.html" class="top_style" target="_blank">Submit a ÐWEB</a>
6968
<div class="mobil_product">

src/assets/blogs/wns_revealed_and_the_potential_of_blockchain_name_service.html

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ <h1 class="logo">
5353
<li>
5454
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
5555
</li>
56-
<li>
57-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
58-
</li>
5956
</ul>
6057
</nav>
6158
<div class="bar">

src/components/Documentation.vue

-4
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ export default {
7777
<li>
7878
<a href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
7979
</li>
80-
<li>
81-
<a href="https://forum.portal.network/" target="_blank">Forum</a>
82-
</li>
8380
</ul>
84-
8581
</div>
8682
</div>
8783

src/components/Dweb.vue

-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ export default {
9797
<li>
9898
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
9999
</li>
100-
<li>
101-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
102-
</li>
103100
</ul>
104101
</nav>
105102
</div>

src/components/index/Header.vue

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default {
3333
<div class="right">
3434
<ul class="menu">
3535
<li @click="removeClass"><router-link to="/documentation">Documentation</router-link></li>
36-
<li><a href="https://forum.portal.network" target="_blank">Forum</a></li>
3736
<li><a class="article" href="javascript:;" target="_blank" @click="scrollTo('bns')">What is BNS</a></li>
3837
<li><a class="article" href="javascript:;" target="_blank" @click="scrollTo('solution')">Solution</a></li>
3938
<li><a class="article" href="javascript:;" target="_blank" @click="scrollTo('roadmap')">Roadmap</a></li>

src/html/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ <h1><a href="./index.html" class="logo"></a></h1>
116116
<li>
117117
<a id="nav_document" href="./document.html" target="_blank">Documentation</a>
118118
</li>
119-
<li>
120-
<a id="nav_forum" href="https://forum.portal.network/" target="_blank">Forum</a>
121-
</li>
122119
</ul>
123120
<ul class="media_list">
124121
<li><a href="https://t.me/portalnetworkofficial" target="_blank"><img src="images/index/s_Te.png" alt=""/></a></li>

src/html/showcase.html

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<a id="closeMenuBtn" @click="menuOpen"></a>
6464
<a target="_blank" href="./blog.html">Blog</a>
6565
<a target="_blank" href="https://hackathon.portal.network/">Hackathon</a>
66-
<a target="_blank" href="https://forum.portal.network/">Forum</a>
6766
<a href="./document.html" target="_blank">Documentation</a>
6867
<a href="./submitdweb.html" class="top_style" target="_blank">Submit a ÐWEB</a>
6968
<div class="mobil_product">

src/html/submitdweb.html

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ <h1 class="logo"><a href="./index.html"><img src="images/logo/logo_b.png" alt=""
5353
<li>
5454
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
5555
</li>
56-
<li>
57-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
58-
</li>
5956
</ul>
6057
</nav>
6158
</div>

submitdweb.html

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ <h1 class="logo"><a href="./index.html"><img src="images/logo/logo_b.png" alt=""
5353
<li>
5454
<a @click="gaSeedPageView('hackathon')" href="https://hackathon.portal.network/" target="_blank">Hackathon</a>
5555
</li>
56-
<li>
57-
<a @click="gaSeedPageView('forum')" href="https://forum.portal.network/" target="_blank">Forum</a>
58-
</li>
5956
</ul>
6057
</nav>
6158
</div>

0 commit comments

Comments
 (0)