-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstory.html
executable file
·113 lines (110 loc) · 5.34 KB
/
story.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>Story - 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>> Story</h1>
<p>Successful stories 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="dotStory/minimal-marketing-success.html">Minimal Marketing Success</a></li>
<li><a href="dotStory/viral-products.html">Viral Products</a></li>
<li><a href="dotStory/digital-course-creators.html">Digital Course Creators</a></li>
<li><a href="dotStory/family-businesses-that-scaled.html">Family Businesses That Scaled</a></li>
<li><a href="dotStory/second-act-entrepreneurs.html">Second-Act Entrepreneurs</a></li>
<li><a href="dotStory/high-growth-saas-startups.html">High-Growth SaaS Startups</a></li>
<li><a href="dotStory/revolutionary-crowdsourcing-models.html">Revolutionary Crowdsourcing Models</a></li>
<li><a href="dotStory/digital-creator-stories.html">Digital Creator Stories</a></li>
<li><a href="dotStory/freelancer-to-agency-journeys.html">Freelancer-to-Agency Journeys</a></li>
<li><a href="dotStory/minimalist-businesses.html">Minimalist Businesses</a></li>
<li><a href="dotStory/failure-before-success.html">Failure Before Success</a></li>
<li><a href="dotStory/from-idea-to-revenue.html">From Idea to Revenue</a></li>
<li><a href="dotStory/community-centered-growth.html">Community-Centered Growth</a></li>
<li><a href="dotStory/viral-growth-hacks.html">Viral Growth Hacks</a></li>
<li><a href="dotStory/from-single-product-to-full-product-line.html">From Single Product to Full Product Line</a></li>
<li><a href="dotStory/spotify-global-expansion.html">Spotify's Global Expansion</a></li>
<li><a href="dotStory/the-role-of-timing-in-success.html">The Role of Timing in Success</a></li>
<li><a href="dotStory/the-power-of-pivoting.html">The Power of Pivoting</a></li>
<li><a href="dotStory/scaling-strategies-that-worked.html">Scaling Strategies That Worked</a></li>
<li><a href="dotStory/breaking-into-saturated-markets.html">Breaking Into Saturated Markets</a></li>
</ul>
<p>Check out The <a href="storyArchive.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>