forked from CodewarsClone/Codewars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
26 lines (19 loc) · 958 Bytes
/
Copy pathprofile.html
File metadata and controls
26 lines (19 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<section class="profile-main">
<div class="profile-banner">
</div>
<div class="profile-ads">
</div>
<div class="profile-big">
<div class="profile-big-head">
<div class="section-selector font13-reg-gray" ng-click="showStats()">Stats</div>
<div class="section-selector font13-reg-gray" ng-click="showKata()">Kata</div>
<div class="section-selector font13-reg-gray" ng-click="showSolutions()">Solutions</div>
<div class="section-selector font13-reg-gray" ng-click="showTranslations()">Translations</div>
<div class="section-selector font13-reg-gray" ng-click="showCollections()">Collections</div>
<div class="section-selector font13-reg-gray" ng-click="showKumite()">Kumite</div>
<div class="section-selector font13-reg-gray" ng-click="showSocial()">Social</div>
<div class="section-selector font13-reg-gray" ng-click="showDiscourse()">Discourse</div>
</div>
<hr>
</div>
</section>