Skip to content

Commit 7e0eca6

Browse files
v1.0.8
2 parents 27a862b + d2bfd09 commit 7e0eca6

File tree

9 files changed

+674
-58
lines changed

9 files changed

+674
-58
lines changed

dist/admin/add-project/index.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<!DOCTYPE html>
2+
<html lang="en" >
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>straight-code2 | Add Project</title>
6+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
7+
<link rel="stylesheet" href="./style.css">
8+
<link rel="stylesheet" href="../style.css">
9+
<link rel="stylesheet" href="./stats.css">
10+
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
11+
<link rel='stylesheet' href='https://cdn.oesmith.co.uk/morris-0.5.1.css'><link rel="stylesheet" href="./stats.css">
12+
<link href="https://straight-code.github.io/assets/straight-code.png" rel="shortcut icon" />
13+
</head>
14+
<body>
15+
<!-- partial:index.partial.html -->
16+
<div class="app-container">
17+
<div class="app-header">
18+
<div class="app-header-left">
19+
<!--<span class="app-icon"></span>-->
20+
<img src="https://straight-code.github.io/assets/straight-code.png" style="width: 60px;padding: 10px;" />
21+
<p class="app-name"><a href="../../index.html" style="color: var(--main-color);">straight-code2</a></p>
22+
<div class="search-wrapper">
23+
<input class="search-input" type="text" placeholder="Search">
24+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-search" viewBox="0 0 24 24">
25+
<defs></defs>
26+
<circle cx="11" cy="11" r="8"></circle>
27+
<path d="M21 21l-4.35-4.35"></path>
28+
</svg>
29+
</div>
30+
</div>
31+
<div class="app-header-right">
32+
<button class="mode-switch" title="Switch Theme">
33+
<svg class="moon" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="24" height="24" viewBox="0 0 24 24">
34+
<defs></defs>
35+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
36+
</svg>
37+
</button>
38+
<button class="add-btn" title="Add New Project">
39+
<a class="add-btn" href="./add-project/index.html">
40+
<svg class="btn-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus">
41+
<line x1="12" y1="5" x2="12" y2="19" />
42+
<line x1="5" y1="12" x2="19" y2="12" /></svg>
43+
</a>
44+
</button>
45+
<button class="profile-btn">
46+
<img src="https://straight-code.github.io/assets/straight-code.png" />
47+
<span>straight-code2</span>
48+
</button>
49+
</div>
50+
<button class="messages-btn">
51+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-circle">
52+
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" /></svg>
53+
</button>
54+
</div>
55+
<div class="app-content">
56+
<div class="app-sidebar">
57+
<a href="../index.html" class="app-sidebar-link ">
58+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home">
59+
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
60+
<polyline points="9 22 9 12 15 12 15 22" /></svg>
61+
</a>
62+
<a href="../stats/index.html" class="app-sidebar-link" >
63+
<svg class="link-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-pie-chart" viewBox="0 0 24 24">
64+
<defs />
65+
<path d="M21.21 15.89A10 10 0 118 2.83M22 12A10 10 0 0012 2v10z" />
66+
</svg>
67+
</a>
68+
<a href="../notes/index.html" class="app-sidebar-link ">
69+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar">
70+
<rect x="3" y="4" width="18" height="18" rx="2" ry="2" />
71+
<line x1="16" y1="2" x2="16" y2="6" />
72+
<line x1="8" y1="2" x2="8" y2="6" />
73+
<line x1="3" y1="10" x2="21" y2="10" /></svg>
74+
</a>
75+
<a href="../services/index.html" class="app-sidebar-link active" style="display: block;padding: 8px;">
76+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-info-circle" viewBox="0 0 16 16">
77+
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
78+
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
79+
</svg>
80+
</a>
81+
<a href="../settings/index.html" class="app-sidebar-link">
82+
<svg class="link-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-settings" viewBox="0 0 24 24">
83+
<defs />
84+
<circle cx="12" cy="12" r="3" />
85+
<path d="M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z" />
86+
</svg>
87+
</a>
88+
</div>
89+
<div class="projects-section">
90+
<div class="projects-section-header">
91+
<p>add projects</p>
92+
<p class="time"></p>
93+
</div>
94+
<div class="projects-section-line">
95+
<div class="projects-status">
96+
<div class="item-status">
97+
98+
</div>
99+
<div class="item-status">
100+
101+
</div>
102+
<div class="item-status">
103+
104+
</div>
105+
</div>
106+
<div class="view-actions">
107+
108+
</div>
109+
</div>
110+
<div class="project-boxes jsListView">
111+
<div class="project-box-wrapper">
112+
</div>
113+
</div>
114+
115+
116+
117+
</div>
118+
</div>
119+
</div>
120+
</div>
121+
122+
</div>
123+
</div>
124+
</div>
125+
</div>
126+
</div>
127+
</div>
128+
<!-- partial -->
129+
<script src="./script.js"></script>
130+
<script src="../script.js"></script>
131+
132+
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>
133+
<script src='https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js'></script>
134+
<script src='https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.0/morris.min.js'></script><script src="./script.js"></script>
135+
136+
</body>
137+
</html>

dist/admin/add-project/stats.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#area-chart,
2+
#line-chart,
3+
#bar-chart,
4+
#stacked,
5+
#pie-chart{
6+
min-height: 250px;
7+
}

0 commit comments

Comments
 (0)