91 lines
3.1 KiB
PHP
91 lines
3.1 KiB
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<title>Willy Sudiarto Raharjo - Technopreneurship</title>
|
|
<?php
|
|
include "../includes/meta.html";
|
|
?>
|
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Technopreneurship,
|
|
Teknik Informatika" />
|
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Technopreneurship Universitas Kristen Duta Wacana" />
|
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
|
<style type="text/css">
|
|
@import "../includes/index.css";
|
|
@import "../includes/normalize.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/functions.php";
|
|
?>
|
|
<header role="banner">
|
|
<?php
|
|
include "../includes/courses.php";
|
|
?>
|
|
</header>
|
|
<section class="title">Technopreneurship</section>
|
|
<section class="sidebar">
|
|
<header>
|
|
<h3>Jadwal</h3>
|
|
</header>
|
|
<aside>
|
|
<p>Grup A<br/> Kamis<br/>Hari 16.30 - 19.20<br/>Jam <br/>Ruang</p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="notice">
|
|
<header>
|
|
<h1>PEMBERITAHUAN</h1>
|
|
</header>
|
|
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku teks di setiap pertemuan</strong>.</p>
|
|
</section>
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Matakuliah Technopreneurship memperkenalkan perspektif enterpreneurship yang dikombinasikan dengan pemanfaatan teknologi. Materi yang
|
|
dibahas meliputi dasar-dasar enterpreneurship, kreativitas dan inovasi, model bisnis, perencanaan dalam hal pemasaran dan keuangan, pencarian
|
|
pendanaan, serta pembahasan tentang proses pembentukan bisnis startup..</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Foundations of Enterpreneurship</li>
|
|
<li>Creativity & Innovations</li>
|
|
<li>Forms of Business Ownership + Franchising</li>
|
|
<li>Marketing Plans</li>
|
|
<li>Sources of Financing</li>
|
|
<li>Financial Plan & Cash Flow Management</li>
|
|
<li>E-Commerce & Enterpreneurship</li>
|
|
<li>Innovative Startup Ideas</li>
|
|
<li>Prototype & Iteration</li>
|
|
<li>Principal Management</li>
|
|
<li>Funding and Version 1</li>
|
|
<li>Launching and Publishing</li>
|
|
<li>How to Keep Growing</li>
|
|
<li>Special Topic: Guest Speaker</li>
|
|
</ol>
|
|
</section>
|
|
<section class="references">
|
|
<header>
|
|
<h1>REFERENSI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Essentials of Entrepreneurship and Small Business Management, 8<sup>th</sup> Edition (Norman M. Scarborough and Jeffrey R. Cornwall,
|
|
Pearson)</li>
|
|
<li>The Startup Equation: A Visual Guidebook to Building Your Startup (Steve Fisher and Ja-Nae Duane, McGraw-Hill)</li>
|
|
<li>The Start-Up J Curve: The Six Steps to Entrepreneurial Success (Howard Love, Greenleaf Book Group Press)</li>
|
|
<li>Startup Patterns: How great startup teams work (Sam McAfee, CreateSpace Independent Publishing Platform)</li>
|
|
<li>The Lean Startup: How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses (Eric Ries, Crown
|
|
Business)</li>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|