Compare commits
	
		
			4 Commits
		
	
	
		
			9d1b94f686
			...
			b32544f938
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						b32544f938
	
				 | 
					
					
						|||
| 
						
						
							
						
						bca63a36fb
	
				 | 
					
					
						|||
| 5310ee1912 | |||
| bc7f7a7347 | 
@@ -10,7 +10,11 @@ https://creativecommons.org/publicdomain/
 | 
			
		||||
 *		-- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design
 | 
			
		||||
 *	- Matthew James Tayler: Responsive Font Size (Optimal Text at Every Breakpoint) 
 | 
			
		||||
 *		-- https://matthewjamestaylor.com/responsive-font-size
 | 
			
		||||
 *	- CSS-Tricks: Linearly Scale font-size with CSS clamp() Based on the Viewport
 | 
			
		||||
 *	- CSS-Tricks: Linearly Scale font-size with CSS c
 | 
			
		||||
 *	#welcome > p {
 | 
			
		||||
 *	font-size: 1.25rem;
 | 
			
		||||
 *	font-weight: 450;
 | 
			
		||||
 *	}lamp() Based on the Viewport
 | 
			
		||||
 *		-- https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
@@ -47,6 +51,7 @@ https://creativecommons.org/publicdomain/
 | 
			
		||||
 | 
			
		||||
	--font-family-hpr: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */;
 | 
			
		||||
	--font-size-default: clamp(1rem, 15px + 0.3vw, 1.07rem);
 | 
			
		||||
	--font-size-emphasis: clamp(1.1rem, 15px + 0.3vw, 1.25rem);
 | 
			
		||||
 | 
			
		||||
	--logo-font-family: var(--font-family-hpr);  
 | 
			
		||||
	--logo-font-weight: bolder;
 | 
			
		||||
@@ -330,6 +335,10 @@ article > p,
 | 
			
		||||
	justify-content: flex-between;
 | 
			
		||||
}
 | 
			
		||||
.lane > article,
 | 
			
		||||
#welcome > p {
 | 
			
		||||
	font-size: var(--font-size-emphasis);
 | 
			
		||||
	font-weight: 450;
 | 
			
		||||
}
 | 
			
		||||
#hosts tr {
 | 
			
		||||
	/* Add shadows to create the "card" effect */
 | 
			
		||||
	border-top: thin solid var(--shadow-cards);
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,6 @@
 | 
			
		||||
 | 
			
		||||
	<!--% delta = date.calc.N_Delta_YMD(2005,9,19, date.format(date.now, '%Y'),date.format(date.now, '%m'),date.format(date.now, '%d')) %-->
 | 
			
		||||
	<section id="welcome">
 | 
			
		||||
		<header><h2>Welcome</h2></header>
 | 
			
		||||
		<p>Hacker Public Radio is a technology focused podcast that releases shows every weekday Monday to Friday. Our shows are produced by listeners like you and can be on any topic that is of interest to hackers, makers, hobbyists, etc. We are a welcoming community that offers positive feedback and encourages respectful debate.</p>
 | 
			
		||||
		<div id="call_for_shows">
 | 
			
		||||
			<!--% display_call_for_shows() %-->
 | 
			
		||||
 
 | 
			
		||||
@@ -50,11 +50,11 @@
 | 
			
		||||
  %-->
 | 
			
		||||
 | 
			
		||||
  <item>
 | 
			
		||||
    <title><!--% item.comment_author_name | html_strip | xml_entity %--> says: <!--% item.comment_title | html_strip | xml_entity %--></title>
 | 
			
		||||
    <author>feedback.nospam@nospam.hackerpublicradio.org (<!--% item.comment_author_name | html_strip | xml_entity %-->)</author>
 | 
			
		||||
    <title><!--% item.comment_author_name | html_strip  %--> says: <!--% item.comment_title | html_strip  %--></title>
 | 
			
		||||
    <author>feedback.nospam@nospam.hackerpublicradio.org (<!--% item.comment_author_name | html_strip  %-->)</author>
 | 
			
		||||
    <link><!--% absolute_url(http_baseurl) %-->eps/hpr<!--% zero_pad_left(item.eps_id) %-->/index.html#comments</link>
 | 
			
		||||
    <description><![CDATA[<strong>
 | 
			
		||||
    RE: hpr<!--% zero_pad_left(item.eps_id) %-->::<!--% item.episode_date %--> <em><!--% item.episode_title | html_strip | xml_entity %--></em> by <a href="<!--% absolute_url(http_baseurl) %-->correspondents/<!--% zero_pad_left(item.host_id) %-->.html"><!--% item.host %--></a></strong><!--% rss_show_series(item.series_name, item.series_id) | html_strip | xml_entity %--><br />
 | 
			
		||||
    RE: hpr<!--% zero_pad_left(item.eps_id) %-->::<!--% item.episode_date %--> <em><!--% item.episode_title | html_strip  %--></em> by <a href="<!--% absolute_url(http_baseurl) %-->correspondents/<!--% zero_pad_left(item.host_id) %-->.html"><!--% item.host %--></a></strong><!--% rss_show_series(item.series_name, item.series_id) | html_strip  %--><br />
 | 
			
		||||
<!--% display_episode_duration(item.episode_duration) %--><!--% display_listen_in(item.eps_id) %--><br /><!--% item.comment_text FILTER html_line_break %-->
 | 
			
		||||
]]></description>
 | 
			
		||||
    <pubDate><!--% format_feed_date(item.comment_timestamp) %--></pubDate>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user