Skip to content

Commit

Permalink
1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
coni2k committed Jan 19, 2024
1 parent 9650925 commit eb7280b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changelog

**1.0.12**

* Content updates: Replace forCrowd Foundation with forCrowd

**1.0.11**

* Content updates
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 forCrowd Foundation
Copyright (c) 2024 forCrowd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# forCrowd Website

forCrowd Foundation Website
forCrowd Website

---

Expand Down
4 changes: 2 additions & 2 deletions Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("forCrowd Website")]
[assembly: AssemblyDescription("forCrowd Foundation Website")]
[assembly: AssemblyDescription("forCrowd Website")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("forCrowd Foundation")]
[assembly: AssemblyCompany("forCrowd")]
[assembly: AssemblyProduct("forCrowd Website")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
Expand Down
Binary file added Web/assets/img/logo/Logo_236x50 - Old.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Web/assets/img/logo/Logo_236x50.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions Web/default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<!--<![endif]-->
<head runat="server">
<title>forCrowd Foundation</title>
<title>forCrowd</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="forCrowd Foundation" />
<meta name="description" content="forCrowd Foundation Website" />
<meta name="author" content="forCrowd" />
<meta name="description" content="forCrowd Website" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Web Fonts -->
Expand Down Expand Up @@ -53,7 +53,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#body">
<img class="img-responsive" src="assets/img/logo/Logo_236x50.jpg" alt="logo" />
<img class="img-responsive" src="assets/img/logo/Logo_236x50.jpg?v=240104" alt="logo" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -93,7 +93,7 @@
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<div class="promo-block__item page-scroll">
<h2 class="promo-block__item-text g-mb-20">forCrowd Foundation</h2>
<h2 class="promo-block__item-text g-mb-20">forCrowd</h2>
<p class="promo-block__item-text1 g-mb-50">Experimental Open Source Projects</p>
<%--<p class="promo-block__item-text1 g-mb-50">Open Source. Nonprofit. Crowd. Solutions.</p>--%>
<%--<a href="#about" class="btn-u btn-brd btn-brd-hover btn-u-light">LEARN MORE</a>--%>
Expand Down Expand Up @@ -130,7 +130,7 @@
<hr class="devider devider-dashed" />
<p>forCrowd Foundation is a <strong>for-benefit</strong> software organization.</p>
<p>forCrowd is a <strong>for-benefit</strong> software organization.</p>
<p>
We aim to provide the most benefit to society by, focusing social issues, sharing our knowledge,
removing the profit from the equation and being transparent.
Expand Down Expand Up @@ -390,13 +390,13 @@
<ul class="list-unstyled address">
<li>email: <strong><a href="mailto:[email protected]" target="_blank">[email protected]</a></strong></li>
<li>made in: <strong>Amsterdam / Netherlands</strong></li>
<li>kvk: <strong>63164647</strong></li>
<!-- <li>kvk: <strong>63164647</strong></li> -->
</ul>
<ul class="g-social-icons-v2 g-mb-30">
<li><a href="https://twitter.com/forCrowd" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/forcrowd" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/forCrowd" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/forCrowd" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://medium.com/@forCrowd" target="_blank"><i class="fa fa-medium"></i></a></li>
<li><a href="https://www.linkedin.com/company/forcrowd" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- /Contacts -->
Expand Down

0 comments on commit eb7280b

Please sign in to comment.