-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstudy.html
113 lines (110 loc) · 5.33 KB
/
study.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J2ZCBNMCD9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J2ZCBNMCD9');
</script>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Study - dotWeblog</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/font-icon.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script defer src="js/log.js"></script>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
</head>
<body>
<!-- header top section -->
<section class="banner" role="banner">
<header id="header">
<div class="header-content clearfix"> <a class="logo" href="index.html"><img src="images/logo.jpg" alt=""></a>
<nav class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="index.html">Home</a></li>
<li><a href="idea.html">Idea</a></li>
<li><a href="study.html">Study</a></li>
<li><a href="story.html">Story</a></li>
<li><a href="buck.html">Buck</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="gig.html">Gig</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle">Menu<span></span></a> </div>
</header>
</section>
<!-- header top section -->
<!-- header content section -->
<section id="hero" class="section ">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-6 hero">
<div class="hero-content">
<h1>> Study</h1>
<p>Case studies of ideas that make money</p>
</div>
<!-- hero -->
</div>
<div class="col-md-5 col-sm-6 hero">
<div class="hero-content">
<ul>
<li><a href="dotStudy/app-economy-success.html">App Economy Success</a></li>
<li><a href="dotStudy/charitable-profit-models.html">Charitable Profit Models</a></li>
<li><a href="dotStudy/high-risk-ventures.html">High-Risk Ventures</a></li>
<li><a href="dotStudy/social-proof-as-growth-catalyst.html">Social Proof as Growth Catalyst</a></li>
<li><a href="dotStudy/acquisition-wins.html">Acquisition Wins</a></li>
<li><a href="dotStudy/breaking-into-big-markets.html">Breaking into Big Markets</a></li>
<li><a href="dotStudy/accidental-millionaires.html">Accidental Millionaires</a></li>
<li><a href="dotStudy/success-in-emerging-markets.html">Success in Emerging Markets</a></li>
<li><a href="dotStudy/businesses-born-from-crisis.html">Businesses Born from Crisis</a></li>
<li><a href="dotStudy/thriving-businesses-in-obscure-markets.html">Thriving Businesses in Obscure Markets</a></li>
<li><a href="dotStudy/membership-based-models.html">Membership-Based Models</a></li>
<li><a href="dotStudy/individuals-turned-into-successful-businesses.html">Individuals Turned into Successful Businesses</a></li>
<li><a href="dotStudy/the-success-of-platform-ecosystems.html">The Success of Platform Ecosystems</a></li>
<li><a href="dotStudy/the-success-of-franchise-models.html">The Success of Franchise Models</a></li>
<li><a href="dotStudy/transforming-traditional-industries.html">Transforming Traditional Industries</a></li>
<li><a href="dotStudy/entrepreneurs-who-made-it-big.html">Entrepreneurs Who Made It Big</a></li>
<li><a href="dotStudy/crowdfunding-campaigns.html">Crowdfunding Campaigns</a></li>
<li><a href="dotStudy/starting-with-little-to-no-investment.html">Starting With Little To No Investment</a></li>
<li><a href="dotStudy/niche-business-models.html">Niche Business Models</a></li>
<li><a href="dotStudy/social-media-to-build-business-empires.html">Social Media to Build Business Empires</a></li>
</ul>
<p>Check out The <a href="studyArchive.html"><u>Archive</u></a> For More</p>
</div>
<!-- hero -->
</div>
</div>
</div>
</section>
<!-- header content section -->
<!-- footer section -->
<footer class="footer">
<div class="container">
<div class="col-md-6 left">
<h4>> dotWeblog</h4>
</div>
<div class="col-md-6 right">
<p>a web log.</p>
</div>
</div>
</footer>
<!-- footer section -->
<!-- JS FILES -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/main.js"></script>
</body>
</html>