-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22266e8
commit 48f1432
Showing
7 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Home - CappyAdams</title> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/custom.css"> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Home - CappyAdams</title> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/custom.css"> | ||
|
||
<head> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap" rel="stylesheet"> | ||
<style> | ||
.protest-riot-regular { | ||
font-family: "Protest Riot", sans-serif; | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
body { | ||
font-family: "Protest Riot", sans-serif; | ||
text-align: center; | ||
font-size: 20px; | ||
} | ||
.bestgal{ | ||
background-image: url('/assets/images/bestgal.png'); | ||
background-repeat: repeat; | ||
} | ||
</style> | ||
</head> | ||
|
||
<!-- Main Stuff --> | ||
|
||
<div id="container" style="padding-top: 2em; padding-bottom: 2em"> | ||
<div id="main"> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="page-header"> | ||
<h1 class="display-4 pb-2 text-center">CappyAdams</h1> | ||
</div> | ||
<div class="page-header"> | ||
<a href="index.html" class="btn btn-info btn-lg" role="button">Home</a> | ||
<a href="downloads.html" class="btn btn-info btn-lg" role="button">Downloads</a> | ||
<a href="tos.html" class="btn btn-info btn-lg" role="button">TOS</a> | ||
<a href="projects.html" class="btn btn-info btn-lg" role="button">Projects</a> | ||
<a href="commissions.html" class="btn btn-info btn-lg" role="button">Commissions</a> | ||
<a href="ai.html" class="btn btn-info btn-lg" role="button">For AI creators</a> | ||
<a href="aboutme.html" class="btn btn-info btn-lg" role="button">About Me</a> | ||
</div> | ||
|
||
<body> | ||
<div class="jumbotron p-0"> | ||
<h1>Welcome to the AI page!</h1> | ||
<h3>Quick note</h3> | ||
<p>I may be a artist, but I also like images made by artificial intelligence. In fact, I'm a little obsessed with the tech! Which is why I train robots to generate images related to my art sometimes. <i>I DO NOT see AI art as real art.</i></p> | ||
<p>--------------</p> | ||
<p></p> | ||
<h1>Where you can find my AI models</h1> | ||
<p>(Yes I train these silly robots!)</p> | ||
<p><a href="https://civitai.com/user/CappyAdams">CivitAI</a></p> | ||
<p><a href="https://tensor.art/u/654255834511063888">Tensor.Art</a></p> | ||
<p><a href="https://huggingface.co/CappyAdams">HuggingFace</a></p> | ||
</div> | ||
</div> | ||
<div class="well well-lg">Copyright CappyAdams © 2022 - 2024</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters