OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
31
app/Domain/Help/Templates/blueprints.blade.php
Normal file
31
app/Domain/Help/Templates/blueprints.blade.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<div class="center padding-lg">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div style='width:50%' class='svgContainer'>
|
||||
{!! file_get_contents(ROOT . '/dist/images/svg/undraw_design_data_khdb.svg') !!}
|
||||
</div>
|
||||
<h1>Define your projects with ease</h1><br />
|
||||
<p>Blueprints are your chance to make sense of all the data. Leantime has a variety of tools and canvases to define your project background via Business Model Canvases, SWOT Analysis or Empathy Maps.<br /><br />
|
||||
If you don't know where to start we suggest you create a "Project Value Canvas". This canvas will answer the most important questions of your project:
|
||||
|
||||
Who is your customer? <br />
|
||||
What problem are you solving?<br />
|
||||
What is your solution?<br />
|
||||
What benefit does your solution offer over your competitors<br />
|
||||
</p>
|
||||
<br /><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<x-global::forms.button tag="a" link="{{ BASE_URL }}/valuecanvas/showCanvas" contentRole="primary">Create a Project Value Canvas</x-global::forms.button><br />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user