Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 7fe4239

Browse files
committed
files
Fixed Build Problem Remove Unused Content Update Project Update Project Projects Update
1 parent 31bf7bf commit 7fe4239

18 files changed

+6753
-24
lines changed
-22.2 KB
Binary file not shown.

src/Tweety/Content/img/giph1y.gif

-486 KB
Binary file not shown.

src/Tweety/Content/img/giphy.gif

-492 KB
Binary file not shown.
-66.2 KB
Binary file not shown.
-255 KB
Binary file not shown.

src/Tweety/Content/img/wW1dH66.gif

-169 KB
Binary file not shown.

src/Tweety/Tweety.csproj

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -155,38 +155,22 @@
155155
<ItemGroup>
156156
<Content Include="Content\bootstrap.css" />
157157
<Content Include="Content\bootstrap.min.css" />
158-
<Content Include="Content\fonts\glyphicons-halflings-regular.svg" />
159158
<Content Include="Content\img\Bervi.jpg" />
160-
<Content Include="Content\img\giph1y.gif" />
161-
<Content Include="Content\img\giphy.gif" />
162159
<Content Include="Content\img\Jeje.jpg" />
163-
<Content Include="Content\img\thinking-272677_960_720.jpg" />
164160
<Content Include="Content\img\Tweety-Bird-tweety-bird-5696941-338-500.jpg" />
165161
<Content Include="Content\img\Tweety.jpg" />
166-
<Content Include="Content\img\tweety05.mp3" />
167162
<Content Include="Content\img\TweetyIcon.png" />
168-
<Content Include="Content\img\Twitter_logo_blue.png" />
169-
<Content Include="Content\img\wW1dH66.gif" />
170163
<Content Include="Content\img\Zahid.jpg" />
171-
<Content Include="Content\scripts\ai.0.15.0-build58334.js" />
172-
<Content Include="Content\scripts\ai.0.15.0-build58334.min.js" />
173-
<Content Include="Content\scripts\bootstrap.js" />
174-
<Content Include="Content\scripts\bootstrap.min.js" />
175-
<None Include="Content\scripts\jquery-1.10.2-vsdoc.js" />
176-
<Content Include="Content\scripts\jquery-1.10.2.js" />
177-
<Content Include="Content\scripts\jquery-1.10.2.min.js" />
178-
<Content Include="Content\scripts\modernizr-2.6.2.js" />
179164
<Content Include="Content\Site.css" />
165+
<Content Include="fonts\glyphicons-halflings-regular.eot" />
180166
<Content Include="fonts\glyphicons-halflings-regular.svg" />
167+
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
168+
<Content Include="fonts\glyphicons-halflings-regular.woff" />
181169
<Content Include="Global.asax" />
182170
<Content Include="scripts\ai.0.15.0-build58334.js" />
183171
<Content Include="scripts\ai.0.15.0-build58334.min.js" />
184172
<Content Include="scripts\bootstrap.js" />
185173
<Content Include="scripts\bootstrap.min.js" />
186-
<Content Include="Content\fonts\glyphicons-halflings-regular.eot" />
187-
<Content Include="Content\fonts\glyphicons-halflings-regular.ttf" />
188-
<Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
189-
<Content Include="Content\scripts\jquery-1.10.2.min.map" />
190174
<None Include="Properties\PublishProfiles\tweety.pubxml" />
191175
<None Include="scripts\jquery-1.10.2-vsdoc.js" />
192176
<Content Include="scripts\jquery-1.10.2.js" />
@@ -218,9 +202,6 @@
218202
<Content Include="Views\_ViewStart.cshtml" />
219203
<Content Include="Views\Shared\_Layout.cshtml" />
220204
<Content Include="Views\TweetyForm\SearchForm.cshtml" />
221-
<Content Include="fonts\glyphicons-halflings-regular.woff" />
222-
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
223-
<Content Include="fonts\glyphicons-halflings-regular.eot" />
224205
<Content Include="scripts\jquery-1.10.2.min.map" />
225206
<Content Include="Views\Result\ShowResult.cshtml" />
226207
<Content Include="Views\TweetyForm\About.cshtml" />

src/Tweety/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link href="~/Content/Site.css" rel="stylesheet" type="text/css" />
88
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
99
<script src="~/Scripts/modernizr-2.6.2.js"></script>
10+
<link rel="icon" href="@Url.Content("~/Content/img/Tweety.jpg")" />
1011
</head>
1112
<body>
1213
<div class="navbar navbar-inverse navbar-fixed-top">

src/Tweety/Views/TweetyForm/About.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container">
88
<img src='@Url.Content("~/Content/img/TweetyIcon.png")' alt="Logo" class="img-responsive" />
99
<br />
10-
Aplikasi ini dibuat untuk mencari tweet dengan query tertetu dan mengkategorikannya
10+
Aplikasi ini dibuat untuk mencari tweet dengan query tertentu dan mengkategorikannya
1111
<br />
1212
<h3>Created by : </h3>
1313
<br />

src/Tweety/bin/Tweety.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)